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 225e815 commit e42c6deCopy full SHA for e42c6de
.github/workflows/1-build-projects.yml
@@ -33,6 +33,10 @@ jobs:
33
build_docker:
34
runs-on: ubuntu-latest
35
36
+ concurrency:
37
+ group: ${{ github.ref }}
38
+ cancel-in-progress: true
39
+
40
steps:
41
- uses: actions/checkout@v3
42
with:
.github/workflows/2-release-bot.yml
@@ -46,6 +46,9 @@ jobs:
46
47
48
49
50
51
52
53
54
0 commit comments