Skip to content

Commit

Permalink
Cancel in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
knoellle committed Jul 19, 2024
1 parent 780b1b1 commit 385ca27
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ env:
NAOSDK_HOME: /__w/hulk/naosdk
NAOSDK_AUTOMATIC_YES: 1

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

jobs:
check:
name: Check
concurrency:
group: ${{ github.workflow }}-check-${{ github.ref }}
runs-on:
- self-hosted
- v3
Expand All @@ -32,6 +32,8 @@ jobs:
check-cargo-lock:
name: Check Cargo.lock
concurrency:
group: ${{ github.workflow }}-check-cargo-lock-${{ matrix.path }}-${{ github.ref }}
strategy:
matrix:
path:
Expand All @@ -57,6 +59,8 @@ jobs:
check-parameters:
name: Check parameters
concurrency:
group: ${{ github.workflow }}-check-parameters-${{ github.ref }}
runs-on:
- self-hosted
- v3
Expand All @@ -73,6 +77,8 @@ jobs:
format:
name: Format
concurrency:
group: ${{ github.workflow }}-format-${{ github.ref }}
runs-on:
- self-hosted
- v3
Expand All @@ -89,6 +95,8 @@ jobs:
test:
name: Test
concurrency:
group: ${{ github.workflow }}-test-${{ github.ref }}
runs-on:
- self-hosted
- v3
Expand All @@ -105,6 +113,8 @@ jobs:
build:
name: Build
concurrency:
group: ${{ github.workflow }}-build-${{ matrix.target }}-${{ matrix.profile }}-${{ github.ref }}
strategy:
fail-fast: true
matrix:
Expand All @@ -126,6 +136,8 @@ jobs:
build_tools:
name: Build
concurrency:
group: ${{ github.workflow }}-build_tools-${{ matrix.path }}-${{ github.ref }}
strategy:
matrix:
path:
Expand Down

0 comments on commit 385ca27

Please sign in to comment.