Skip to content

Commit 5c7789e

Browse files
committed
chore: job timeout-minutes can't be used with uses (2)
1 parent 0011406 commit 5c7789e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/pull-request-integ-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ jobs:
1212
id-token: write
1313
contents: read
1414
secrets: inherit
15-
timeout-minutes: 30
1615
uses: ./.github/workflows/integ-tests.yml

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ jobs:
9595
if: needs.determine_release.outputs.pending_version_available == 'true'
9696
permissions:
9797
contents: read
98-
timeout-minutes: 15
9998
uses: ./.github/workflows/unit-tests.yml
10099

101100
run_integration_tests:
@@ -106,7 +105,6 @@ jobs:
106105
id-token: write
107106
contents: read
108107
secrets: inherit
109-
timeout-minutes: 30
110108
uses: ./.github/workflows/integ-tests.yml
111109

112110
release_new_version:

0 commit comments

Comments
 (0)