Skip to content

Commit

Permalink
set job timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt authored Sep 6, 2024
1 parent 0bfd3a5 commit 4bb757a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
tests:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: ${{ fromJSON(vars.DEFAULT_JOB_TIMEOUT_MINUTES) }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -22,6 +23,7 @@ jobs:
name: Build and Publish
needs: tests
runs-on: ubuntu-latest
timeout-minutes: ${{ fromJSON(vars.DEFAULT_JOB_TIMEOUT_MINUTES) }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 4bb757a

Please sign in to comment.