Skip to content

Commit

Permalink
Merge branch 'ci/tools_fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Jun 12, 2024
2 parents e2dcc6d + c9f5238 commit 606f67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_py_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:

concurrency:
group: pytools-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
find-changed-tools:
Expand Down Expand Up @@ -107,13 +108,12 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ steps.get_token.outputs.token || github.token }}
persist-credentials: false
#ref: ${{ github.event.pull_request.head.ref }}

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

Expand Down

0 comments on commit 606f67a

Please sign in to comment.