Skip to content

Commit

Permalink
ci: cancel tests early
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Feb 22, 2024
1 parent e9ea807 commit 5b54969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
version: latest-esr
runs-on: ${{ matrix.os }}
if: ${{ !contains(github.event.head_commit.message, '[failing]') }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 5b54969

Please sign in to comment.