Skip to content

Commit 8cab8c9

Browse files
authored
ci(libs): Add concurrency group to external libs test (#9535)
1 parent 9db4a4b commit 8cab8c9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/lib.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ on:
77

88
# Schedule weekly builds on every Sunday at 4 am
99
schedule:
10-
- cron: '0 4 * * SUN'
10+
- cron: '0 4 * * SUN'
11+
12+
concurrency:
13+
group: libs-${{ github.event.pull_request.number || github.ref }}
14+
cancel-in-progress: true
1115

1216
env:
1317
# It's convenient to set variables for values used multiple times in the workflow
@@ -86,7 +90,7 @@ jobs:
8690
runs-on: ubuntu-latest
8791
steps:
8892
# Check out repository
89-
- name: Checkout repository
93+
- name: Checkout repository
9094
uses: actions/checkout@v4
9195
with:
9296
token: ${{ env.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)