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