Skip to content

Commit

Permalink
Remove bad env.target refs
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Apr 11, 2024
1 parent 23e816b commit 401bfbb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-bake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest-4x

concurrency:
group: bake-${{ env.target }}-${{ github.ref }}
group: bake-base-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest-4x

concurrency:
group: bake-${{ env.target }}-${{ github.ref }}
group: bake-connect-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest-4x

concurrency:
group: bake-${{ env.target }}-${{ github.ref }}
group: bake-connect-content-init-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-latest-4x

concurrency:
group: bake-${{ env.target }}-${{ github.ref }}
group: bake-content-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
runs-on: ubuntu-latest-4x

concurrency:
group: bake-${{ env.target }}-${{ github.ref }}
group: bake-package-manager-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
runs-on: ubuntu-latest-4x

concurrency:
group: bake-${{ env.target }}-${{ github.ref }}
group: bake-r-session-complete-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
runs-on: ubuntu-latest-4x

concurrency:
group: bake-${{ env.target }}-${{ github.ref }}
group: bake-workbench-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
runs-on: ubuntu-latest-4x

concurrency:
group: bake-${{ env.target }}-${{ github.ref }}
group: bake-wgcw-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
runs-on: ubuntu-latest-4x

concurrency:
group: bake-${{ env.target }}-${{ github.ref }}
group: bake-waml-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit 401bfbb

Please sign in to comment.