Skip to content

Commit

Permalink
push.yml: allow 10 extra minutes for tagged commits
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 9, 2024
1 parent 1f7e9dd commit d7f1722
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
Java11-Linux:
if: contains(toJson(github.event.commits), '[ci skip] ') == false
runs-on: ubuntu-20.04
timeout-minutes: 10
timeout-minutes: 20
steps:
- uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
Java11-MacOS:
if: contains(toJson(github.event.commits), '[ci skip] ') == false
runs-on: macOS-13
timeout-minutes: 10
timeout-minutes: 20
steps:
- uses: actions/setup-java@v4
with:
Expand All @@ -64,7 +64,7 @@ jobs:
Java17-MacOS:
if: contains(toJson(github.event.commits), '[ci skip] ') == false
runs-on: macOS-14
timeout-minutes: 10
timeout-minutes: 20
steps:
- uses: actions/setup-java@v4
with:
Expand All @@ -90,7 +90,7 @@ jobs:
Java21-Windows:
if: contains(toJson(github.event.commits), '[ci skip] ') == false
runs-on: windows-2022
timeout-minutes: 10
timeout-minutes: 20
steps:
- uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit d7f1722

Please sign in to comment.