diff --git a/.github/workflows/clang-tools-amd64.yml b/.github/workflows/clang-tools-amd64.yml index 801572e..8a9f779 100644 --- a/.github/workflows/clang-tools-amd64.yml +++ b/.github/workflows/clang-tools-amd64.yml @@ -65,6 +65,7 @@ jobs: extra-tar-args: '--exclude=${RELEASE}/clang/test/Driver/Inputs/* --exclude=${RELEASE}/libcxx/test/std/input.output/filesystems/Inputs/static_test_env/* --exclude=${RELEASE}/libclc/amdgcn-mesa3d' extra-tar-args-cfe: '--exclude=cfe-${version}.src/test/Driver/Inputs/*' runs-on: ${{ matrix.runner }} + if: ${{ github.actor != 'dependabot[bot]' }} env: COMMON_CMAKE_ARGS: '-DBUILD_SHARED_LIBS=OFF -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra"' POSIX_CMAKE_ARGS: '-DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_CXX_COMPILER=g++-10 -DCMAKE_C_COMPILER=gcc-10' @@ -151,11 +152,12 @@ jobs: path: "${{ matrix.release }}${{ matrix.bindir }}/clang-*-${{ env.suffix }}*" retention-days: 1 draft-release: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 + if: ${{ github.actor != 'dependabot[bot]' }} needs: build steps: - name: download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: clang-tools - name: list files