From 31e1563ad9f23cb6f77589062b9d7807d0b33ebc Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:51:11 -0300 Subject: [PATCH 1/2] fix --- .github/workflows/build_py_tools.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_py_tools.yml b/.github/workflows/build_py_tools.yml index 5efab2314a5..58634761b64 100644 --- a/.github/workflows/build_py_tools.yml +++ b/.github/workflows/build_py_tools.yml @@ -13,6 +13,7 @@ on: concurrency: group: pytools-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true jobs: find-changed-tools: From c9f52389b20b809be90e1379087e85cec70ef8a5 Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:02:58 -0300 Subject: [PATCH 2/2] fix --- .github/workflows/build_py_tools.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_py_tools.yml b/.github/workflows/build_py_tools.yml index 58634761b64..44eb8461ab4 100644 --- a/.github/workflows/build_py_tools.yml +++ b/.github/workflows/build_py_tools.yml @@ -108,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