Skip to content

Commit 0011406

Browse files
committed
chore: job timeout-minutes can't be used with uses
1 parent e43bab7 commit 0011406

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@ on:
99

1010
jobs:
1111
python:
12-
timeout-minutes: 15
1312
permissions:
1413
contents: read
1514
uses: ./.github/workflows/python-checks.yml
1615
typescript:
17-
timeout-minutes: 15
1816
permissions:
1917
contents: read
2018
uses: ./.github/workflows/typescript-checks.yml
2119
cdk:
22-
timeout-minutes: 15
2320
permissions:
2421
contents: read
2522
uses: ./.github/workflows/cdk-checks.yml

0 commit comments

Comments
 (0)