Skip to content

Commit

Permalink
Issue bot - move the timeout from job to step
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 14, 2023
1 parent c3cb573 commit 0a2a6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
needs: download

runs-on: "ubuntu-latest"
timeout-minutes: 5

strategy:
fail-fast: false
Expand Down Expand Up @@ -108,6 +107,7 @@ jobs:

- name: "Run PHPStan"
working-directory: "issue-bot"
timeout-minutes: 5
run: ./console.php run ${{ matrix.phpVersion }} ${{ matrix.playgroundExamples }}

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0a2a6ea

Please sign in to comment.