From 44e0468f4de56d750e574dfa524dad28e010b6d6 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Fri, 26 Jan 2024 01:20:10 +0100 Subject: [PATCH] GITHUB: workflows/testing.yml: remove Release-Upload run Signed-off-by: Tim Janik --- .github/workflows/testing.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index d6f91f86..0a0d1af6 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -86,32 +86,18 @@ jobs: test -z "${{ github.event.pull_request }}" || BRANCH_CHECK_EXIT=77 misc/cirun -u 1000 make branch-check BRANCH_CHECK_EXIT=$BRANCH_CHECK_EXIT - Release-Upload: - needs: [Focal-Assets, Arch-Replay] - if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') - env: { GH_TOKEN: "${{ github.token }}" } - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Download Release Assets - uses: actions/download-artifact@v3 - - run: ls -lR assets/ - - name: Create Release with Assets - run: misc/publish.sh - Ping-IRC: if: always() - needs: [Focal-Assets, Arch-Replay, Focal-Clang-Tidy, Release-Upload] + needs: [Focal-Assets, Arch-Replay, Focal-Clang-Tidy] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Check Jobs run: | - echo '${{ needs.Focal-Assets.result }}' '${{ needs.Arch-Replay.result }}' '${{ needs.Focal-Clang-Tidy.result }}' '${{ needs.Release-Upload.result }}' + echo '${{ needs.Focal-Assets.result }}' '${{ needs.Arch-Replay.result }}' '${{ needs.Focal-Clang-Tidy.result }}' [[ ${{ needs.Focal-Assets.result }} =~ success|skipped ]] [[ ${{ needs.Arch-Replay.result }} =~ success|skipped ]] [[ ${{ needs.Focal-Clang-Tidy.result }} =~ success|skipped ]] - [[ ${{ needs.Release-Upload.result }} =~ success|skipped ]] - name: Ping IRC if: always() run: |