Skip to content

Commit

Permalink
ci: disable concurrency for child workflows
Browse files Browse the repository at this point in the history
Those should not be set for callable workflows, since it's not supported
to have concurrency groups set on both parent and children workflows.

github/vscode-github-actions#135

Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>
  • Loading branch information
mkulke committed Oct 28, 2024
1 parent 3d92e2d commit 0940f98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/azure-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ on:
type: string
description: prebuilt caa image

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build-caa-container-image:
if: github.event.inputs.caa-image == ''
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/azure-podvm-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ env:
UPLOSI_SHA256: "687bcab7398ab0fda65a3809492e8cd4d6a25aad1573927be5ec75ac1c4cbc35"
IMAGE_ID: "/CommunityGalleries/${{ vars.AZURE_COMMUNITY_GALLERY_NAME }}/Images/${{ vars.AZURE_PODVM_IMAGE_DEF_NAME }}/Versions/${{ inputs.image-version }}"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build-podvm-image:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 0940f98

Please sign in to comment.