diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfe750605..f35bb3aea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,24 +110,6 @@ jobs: with: webhook: ${{ secrets.ECON_TEAMS_WEBHOOK }} - test_pack: - name: Test packaging of assets and executable - runs-on: ubuntu-latest - needs: [build, assets] - if: github.repository == 'uzh/z-pool-tool' - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Download all workflow run artifacts - uses: actions/download-artifact@v4 - - - name: Compress assets - run: | - ls -blah - tar -zcf assets.tar.gz assets - tar -zcf executable.tar.gz run.exe/run.exe - deploy_staging: name: Trigger staging deploy runs-on: ubuntu-latest