Skip to content

Commit

Permalink
ci: use ref_name instead of sha
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD committed Oct 13, 2024
1 parent f77cf8c commit 5f8c934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- "pnpm-lock.yaml"

concurrency:
group: build-${{ github.sha }}
group: deploy-${{ github.ref_name }}
cancel-in-progress: true

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

concurrency:
group: lint-${{ github.sha }}
group: lint-${{ github.ref_name }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 5f8c934

Please sign in to comment.