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 74a7a27
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ env:
NAOSDK_HOME: /__w/hulk/naosdk
NAOSDK_AUTOMATIC_YES: 1

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

jobs:
check:
name: Check
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
runs-on:
- self-hosted
- v3
Expand All @@ -32,6 +31,8 @@ jobs:
check-cargo-lock:
name: Check Cargo.lock
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
strategy:
matrix:
path:
Expand All @@ -57,6 +58,8 @@ jobs:
check-parameters:
name: Check parameters
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
runs-on:
- self-hosted
- v3
Expand All @@ -73,6 +76,8 @@ jobs:
format:
name: Format
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
runs-on:
- self-hosted
- v3
Expand All @@ -89,6 +94,8 @@ jobs:
test:
name: Test
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
runs-on:
- self-hosted
- v3
Expand All @@ -105,6 +112,8 @@ jobs:
build:
name: Build
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
strategy:
fail-fast: true
matrix:
Expand All @@ -126,6 +135,8 @@ jobs:
build_tools:
name: Build
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
strategy:
matrix:
path:
Expand Down

0 comments on commit 74a7a27

Please sign in to comment.