Skip to content

Commit 164b367

Browse files
committed
fix GH103 and GH103 of sp-repo-review recommendations
GH102: Auto-cancel on repeated PRs GH103: At least one workflow with manual dispatch trigger
1 parent 94b7491 commit 164b367

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tabulate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: pytest
33
on:
44
- push
55
- pull_request
6+
- workflow_dispatch
67

78
jobs:
89
build:
@@ -30,3 +31,7 @@ jobs:
3031
uses: codecov/codecov-action@v5
3132
with:
3233
token: ${{ secrets.CODECOV_TOKEN }}
34+
35+
concurrency:
36+
group: ${{ github.workflow }}-${{ github.ref }}
37+
cancel-in-progress: true

0 commit comments

Comments
 (0)