Skip to content

Commit

Permalink
Fix con
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander authored Nov 16, 2024
1 parent 485ff7b commit a23a398
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
types: [opened, synchronize, reopened]

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

env:
CARGO_TERM_COLOR: always

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/crate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
types: [closed]
branches: [main]

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

permissions:
contents: write

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
push:
branches:
- main
pull_request:
- oleander-patch-1

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

jobs:
build:
Expand Down

0 comments on commit a23a398

Please sign in to comment.