Skip to content

Commit 099ea92

Browse files
committed
Don't run perf check on tags; add a timeout
(cherry picked from commit 17bfeb1)
1 parent 3d2aa07 commit 099ea92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-jobs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ jobs:
196196
perf-check:
197197
name: Perf script still works
198198
runs-on: ubuntu-latest
199+
timeout-minutes: 10
200+
if: ${{ !startsWith(github.ref, 'refs/tags/') }} # Don't run on tags
199201
steps:
200202
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
201203
with:

0 commit comments

Comments
 (0)