We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a600c commit 1abd549Copy full SHA for 1abd549
.github/workflows/docker.yaml
@@ -1,5 +1,8 @@
1
---
2
name: Build Docker images
3
+concurrency:
4
+ cancel-in-progress: true
5
+ group: ${{ github.workflow }}-${{ github.ref }}
6
on:
7
pull_request:
8
branches:
.github/workflows/static.yaml
name: Build binary releases
0 commit comments