We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3185976 commit c919785Copy full SHA for c919785
.github/workflows/conda-package-cf.yml
@@ -32,6 +32,11 @@ jobs:
32
numpy: "2.3"
33
34
steps:
35
+ - name: Cancel Previous Runs
36
+ uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # v0.13.0
37
+ with:
38
+ access_token: ${{ github.token }}
39
+
40
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41
with:
42
fetch-depth: 0
@@ -99,6 +104,11 @@ jobs:
99
104
conda-bld: C:\Miniconda\conda-bld\win-64\
100
105
101
106
107
108
109
110
111
102
112
103
113
114
0 commit comments