Skip to content

Commit

Permalink
ci: set concurrency on the whole job
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Oct 3, 2024
1 parent 74f6a59 commit 3f72f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Publish Beta Docker Images 🐋 📦
concurrency: ci-${{ github.ref }}
on:
push:
branches:
Expand All @@ -7,7 +8,6 @@ jobs:
build:
name: Build Beta Docker Image 🐳
runs-on: ubuntu-latest
concurrency: ci-${{ github.ref }}
permissions:
packages: write
contents: write
Expand Down

0 comments on commit 3f72f75

Please sign in to comment.