Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egelja authored Oct 5, 2023
1 parent cf2f3e6 commit 730db62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

# We only care about the latest revision of a PR, so cancel all previous instances.
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref_name }}
group: cd-${{ github.event.pull_request.number || github.ref_name }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 730db62

Please sign in to comment.