Skip to content

Commit 606f67a

Browse files
committed
Merge branch 'ci/tools_fix'
2 parents e2dcc6d + c9f5238 commit 606f67a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_py_tools.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313

1414
concurrency:
1515
group: pytools-${{ github.event.pull_request.number || github.ref }}
16+
cancel-in-progress: true
1617

1718
jobs:
1819
find-changed-tools:
@@ -107,13 +108,12 @@ jobs:
107108
uses: actions/checkout@v4
108109
with:
109110
token: ${{ steps.get_token.outputs.token || github.token }}
110-
persist-credentials: false
111111
#ref: ${{ github.event.pull_request.head.ref }}
112112

113113
- name: Set up Python 3.8
114114
# Skip setting python on ARM because of missing compatibility: https://github.com/actions/setup-python/issues/108
115115
if: matrix.os != 'ARM' && matrix.os != 'ARM64'
116-
uses: actions/setup-python@master
116+
uses: actions/setup-python@v5
117117
with:
118118
python-version: 3.8
119119

0 commit comments

Comments
 (0)