Skip to content

Commit

Permalink
added concurrent cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Nov 27, 2024
1 parent 38fa791 commit e60e655
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-cert-utils-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
# Declare default permissions as read only.
permissions: read-all

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

jobs:
cert-utils-operator-workflow:
name: Test PR shared-operator-workflow for cert-utils-operator
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-group-sync-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
# Declare default permissions as read only.
permissions: read-all

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

jobs:
group-sync-operator-workflow:
name: Test PR shared-operator-workflow for group-sync-operator
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-namespace-configuration-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
# Declare default permissions as read only.
permissions: read-all

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

jobs:
namespace-configuration-operator-workflow:
name: Test PR shared-operator-workflow for namespace-configuration-operator
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-patch-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
# Declare default permissions as read only.
permissions: read-all

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

jobs:
patch-operator-workflow:
name: Test PR shared-operator-workflow for patch-operator
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-vault-config-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
# Declare default permissions as read only.
permissions: read-all

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

jobs:
vault-config-operator-workflow:
name: Test PR shared-operator-workflow for vault-config-operator
Expand Down

0 comments on commit e60e655

Please sign in to comment.