Skip to content

Commit 944cb0d

Browse files
Merge branch 'main' into feature/keycloak-middleware-clean
2 parents e6d4e38 + d833a45 commit 944cb0d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@ on:
66
pull_request:
77
branches: [ main ]
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014

1115
quality-checks:
1216
runs-on: ubuntu-latest
1317
timeout-minutes: 5
1418

1519
steps:
16-
- name: Cancel previous runs
17-
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
18-
with:
19-
access_token: ${{ github.token }}
20-
2120
- name: Checkout
2221
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2322

0 commit comments

Comments
 (0)