Skip to content

Commit 07d2b61

Browse files
committed
Move the timeout-minutes to where it will actually take effect
1 parent 11b6805 commit 07d2b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/screenshot-test-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
monitor-screenshot-tests:
1616
name: Monitor Screenshot Tests and Comment
1717
runs-on: ubuntu-latest
18+
timeout-minutes: 60
1819
permissions:
1920
pull-requests: write
2021
contents: read
@@ -27,7 +28,6 @@ jobs:
2728
repo-token: ${{ secrets.GITHUB_TOKEN }}
2829
wait-interval: 10
2930
allowed-conclusions: success,skipped,failure
30-
timeout-minutes: 60
3131
- name: Check Screenshot Tests status
3232
id: check-status
3333
uses: actions/github-script@v6

0 commit comments

Comments
 (0)