Skip to content

Commit

Permalink
Cancel in-progress slow tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Nov 11, 2024
1 parent ebf7895 commit af90ad3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/cislowtestmode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ name: CI Slow

on:
push:
branches:
- main
- develop
branches-ignore:
- classic*
workflow_dispatch:
pull_request:

concurrency:
# Use github.run_id on main or develop branch (unlimited concurrency)
# Use github.ref otherwise, so that it's unique per branch or PR
group: ${{ github.workflow }}-${{ github.ref_protected && github.run_id || github.ref }}
cancel-in-progress: true

jobs:
citestmode:
Expand Down

0 comments on commit af90ad3

Please sign in to comment.