Skip to content

Commit

Permalink
CI: Use the native cancellation API
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Oct 1, 2024
1 parent 288172b commit 1c75d7b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/.cancel.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
- devel
- versus-ci-android

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

defaults:
run:
working-directory: Engine/android-project
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- master

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
name: "${{ matrix.config.name }} | ${{ matrix.config.build_type }}"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- master

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
name: "${{ matrix.config.name }} | ${{ matrix.config.build_type }}"
Expand Down

0 comments on commit 1c75d7b

Please sign in to comment.