Disable RELs for non-USA versions for now

This commit is contained in:
Luke Street
2023-09-18 21:57:22 -04:00
parent 57c0a95df5
commit f1ba0e01f5
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
python configure.py --map --version ${{matrix.version}} --compilers /compilers
ninja
- name: Upload progress
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' && matrix.version == 'G2ME01'
continue-on-error: true
env:
PROGRESS_API_KEY: ${{secrets.PROGRESS_API_KEY}}