From 2b153abc9b662bbe46570746708df10f5510abb7 Mon Sep 17 00:00:00 2001 From: arnaud Date: Wed, 4 Oct 2023 10:21:32 +0200 Subject: [PATCH] Test_centos7_46 --- .github/workflows/ci_centos7.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/ci_centos7.yml b/.github/workflows/ci_centos7.yml index 8851ed3d3..f7efad364 100644 --- a/.github/workflows/ci_centos7.yml +++ b/.github/workflows/ci_centos7.yml @@ -57,10 +57,6 @@ jobs: # - name: Tests # run: cd $GITHUB_WORKSPACE/metrix-simulator/build-linux && ctest -j2 --output-on-failure - name: Prepare Metrix install - on: - push: - tags: - - '*' id: metrix-install run: | ARCHIVE_NAME="metrix-simulator.zip" @@ -70,10 +66,6 @@ jobs: echo "::set-output name=archive_path::$ARCHIVE_PATH" - name: Upload OR-Tools install artifact - on: - push: - tags: - - '*' uses: actions/upload-artifact@v3 with: name: ${{ steps.metrix-install.outputs.archive_name }} @@ -83,10 +75,7 @@ jobs: name: Publish release assets needs: linux runs-on: ubuntu-latest - on: - push: - tags: - - '*' + if: "contains(github.ref, 'tag')" steps: - name: Download artifacts uses: actions/download-artifact@v3