Skip to content

Commit b427963

Browse files
committed
ci: harden aireceipts workflow — continue-on-error + concurrency (review)
1 parent ed1328e commit b427963

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/aireceipts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ on: [pull_request]
33
permissions:
44
contents: read
55
pull-requests: write
6+
concurrency:
7+
group: aireceipts-${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: true
69
jobs:
710
check:
811
runs-on: ubuntu-latest
912
steps:
1013
- run: npx -y aireceipts-cli@latest pr-check
14+
continue-on-error: true
1115
env:
1216
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)