Skip to content

Commit

Permalink
ci(libs): Add concurrency group to external libs test (#9535)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz authored Apr 19, 2024
1 parent 9db4a4b commit 8cab8c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:

# Schedule weekly builds on every Sunday at 4 am
schedule:
- cron: '0 4 * * SUN'
- cron: '0 4 * * SUN'

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

env:
# It's convenient to set variables for values used multiple times in the workflow
Expand Down Expand Up @@ -86,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Check out repository
- name: Checkout repository
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ env.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8cab8c9

Please sign in to comment.