Skip to content

Commit

Permalink
limit the runtime of crucible-tracking.yaml to avoid a hung job
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Jul 20, 2024
1 parent 69e615a commit d4238eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/crucible-tracking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
project-tracker:
runs-on: [ self-hosted, project-tracker ]
timeout-minutes: 5
steps:

- name: Generate token
Expand Down

0 comments on commit d4238eb

Please sign in to comment.