Skip to content

Commit dd9479c

Browse files
authored
Merge pull request emberjs#21210 from emberjs/kg-perf-check-limit
2 parents 1d160b3 + 17bfeb1 commit dd9479c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-jobs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ jobs:
220220
perf-check:
221221
name: Perf script still works
222222
runs-on: ubuntu-latest
223+
timeout-minutes: 10
224+
if: ${{ !startsWith(github.ref, 'refs/tags/') }} # Don't run on tags
223225
steps:
224226
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
225227
with:

0 commit comments

Comments
 (0)