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 1e8e9fa commit 4a7d58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
build-and-publish:
name: Build and Publish
runs-on: ubuntu-latest
timeout-minutes: ${{ fromJSON(vars.DEFAULT_JOB_TIMEOUT_MINUTES) }}
steps:
- uses: actions/checkout@v4
- name: Log in to Docker Hub
Expand Down

0 comments on commit 4a7d58e

Please sign in to comment.