We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2dcc6d + c9f5238 commit 606f67aCopy full SHA for 606f67a
.github/workflows/build_py_tools.yml
@@ -13,6 +13,7 @@ on:
13
14
concurrency:
15
group: pytools-${{ github.event.pull_request.number || github.ref }}
16
+ cancel-in-progress: true
17
18
jobs:
19
find-changed-tools:
@@ -107,13 +108,12 @@ jobs:
107
108
uses: actions/checkout@v4
109
with:
110
token: ${{ steps.get_token.outputs.token || github.token }}
- persist-credentials: false
111
#ref: ${{ github.event.pull_request.head.ref }}
112
113
- name: Set up Python 3.8
114
# Skip setting python on ARM because of missing compatibility: https://github.com/actions/setup-python/issues/108
115
if: matrix.os != 'ARM' && matrix.os != 'ARM64'
116
- uses: actions/setup-python@master
+ uses: actions/setup-python@v5
117
118
python-version: 3.8
119
0 commit comments