Unverified Commit 8cab8c9b authored by Lucas Saavedra Vaz's avatar Lucas Saavedra Vaz Committed by GitHub

ci(libs): Add concurrency group to external libs test (#9535)

parent 9db4a4b7
...@@ -7,7 +7,11 @@ on: ...@@ -7,7 +7,11 @@ on:
# Schedule weekly builds on every Sunday at 4 am # Schedule weekly builds on every Sunday at 4 am
schedule: schedule:
- cron: '0 4 * * SUN' - cron: '0 4 * * SUN'
concurrency:
group: libs-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env: env:
# It's convenient to set variables for values used multiple times in the workflow # It's convenient to set variables for values used multiple times in the workflow
...@@ -86,7 +90,7 @@ jobs: ...@@ -86,7 +90,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
# Check out repository # Check out repository
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
token: ${{ env.GITHUB_TOKEN }} token: ${{ env.GITHUB_TOKEN }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment