Skip to content

Commit

Permalink
chore(ci) remove 'timeout-minutes' from jobs relying on reusable work…
Browse files Browse the repository at this point in the history
…flows
  • Loading branch information
casimiro authored Feb 6, 2024
1 parent fc8985d commit 5babb60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

analyzer:
name: 'Clang analyzer'
timeout-minutes: 30
#timeout-minutes: see job-clang-analyzer.yml
strategy:
fail-fast: false
matrix:
Expand All @@ -128,7 +128,7 @@ jobs:

codeql:
name: 'CodeQL analyzer'
timeout-minutes: 30
#timeout-minutes: see job-codeql-analyzer.yml
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
analyzer:
name: 'Clang analyzer'
timeout-minutes: 30
#timeout-minutes: see job-clang-analyzer.yml
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:

codeql:
name: 'CodeQL analyzer'
timeout-minutes: 30
#timeout-minutes: see job-codeql-analyzer.yml
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-codeql-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
codeql:
name: 'CodeQL analyzer'
runs-on: ubuntu-latest
timeout-minutes: 360
timeout-minutes: 30
permissions:
actions: read
contents: read
Expand Down

0 comments on commit 5babb60

Please sign in to comment.