Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
ci: fix concurrency
Browse files Browse the repository at this point in the history
Signed-off-by: Eli <[email protected]>
  • Loading branch information
lishaduck authored Feb 7, 2024
1 parent 015c4b5 commit d81fdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
permissions:
id-token: write # Needed to authenticate with Deno Deploy.
concurrency:
group: deploy
group: deploy-${{ github.ref }}
cancel-in-progress: true

steps:
Expand Down

0 comments on commit d81fdf9

Please sign in to comment.