Skip to content

Commit

Permalink
Merge pull request #18 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
limit the runtime of crucible-tracking.yaml to avoid a hung job
  • Loading branch information
k-rister authored Jul 20, 2024
2 parents 69e615a + d4238eb commit 3c93acf
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 3c93acf

Please sign in to comment.