Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gillou68310 committed Apr 21, 2024
1 parent 0aa6c97 commit cda2997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
run: make -j $(nproc) VERSION=${{ matrix.version }} MODERN=1 BUILD_DIR=build_modern/${{ matrix.version }}

- name: Upload frogress
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master' && ${{ matrix.version }} == 'us'
run: python3 tools/scripts/frogress.py ${{ matrix.version }} --api_key ${{ secrets.PROGRESS_API_KEY }}

0 comments on commit cda2997

Please sign in to comment.