We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29575f8 commit 54adc8dCopy full SHA for 54adc8d
.github/workflows/config.yml
@@ -2,6 +2,10 @@ name: Django CI
2
3
on: [push]
4
5
+concurrency:
6
+ group: ${{ github.workflow }}-${{ github.ref }}
7
+ cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
8
+
9
jobs:
10
build-amd64:
11
runs-on: ubuntu-latest
0 commit comments