This commit is contained in:
tooomm 2026-04-20 08:16:27 -07:00 committed by GitHub
commit bc254302ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -185,7 +185,7 @@ jobs:
run: source .ci/docker.sh --build
- name: Build debug and test
if: matrix.test != 'skip'
if: matrix.test != 'skip' && github.event_name == 'pull_request'
shell: bash
run: |
source .ci/docker.sh
@ -445,6 +445,7 @@ jobs:
# uses environment variables, see compile.sh for more details
- name: Build Cockatrice
if: matrix.type == 'Release' || (matrix.type == 'Debug' && github.event_name == 'pull_request')
id: build
shell: bash
env: