Skip to content

Commit c919785

Browse files
committed
add cancel previous runs step to conda-package-cf workflow
1 parent 3185976 commit c919785

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/conda-package-cf.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
numpy: "2.3"
3333

3434
steps:
35+
- name: Cancel Previous Runs
36+
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # v0.13.0
37+
with:
38+
access_token: ${{ github.token }}
39+
3540
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3641
with:
3742
fetch-depth: 0
@@ -99,6 +104,11 @@ jobs:
99104
conda-bld: C:\Miniconda\conda-bld\win-64\
100105

101106
steps:
107+
- name: Cancel Previous Runs
108+
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # v0.13.0
109+
with:
110+
access_token: ${{ github.token }}
111+
102112
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
103113
with:
104114
fetch-depth: 0

0 commit comments

Comments
 (0)