Skip to content

Commit

Permalink
Test_centos7_46
Browse files Browse the repository at this point in the history
  • Loading branch information
ARnDOSrte committed Oct 4, 2023
1 parent 25fa683 commit 2b153ab
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 2b153ab

Please sign in to comment.