ci: single job per branch (#5702)

This commit is contained in:
Elliot DeNolf
2024-04-05 16:24:53 -04:00
committed by GitHub
parent 89e7c305e7
commit 6624fd0401

View File

@@ -6,6 +6,10 @@ on:
push:
branches: ['main', 'alpha']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
changes:
runs-on: ubuntu-latest