Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Aug 25, 2023
1 parent e42c6de commit 23f4027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1-build-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest

concurrency:
group: ${{ github.ref }}
group: ${{ github.ref }}-docker
cancel-in-progress: true

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2-release-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
build_docker:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.ref }}
group: ${{ github.ref }}-docker
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 23f4027

Please sign in to comment.