Skip to content

Commit 99a52ac

Browse files
committed
skip integration test for release
1 parent eb62d4d commit 99a52ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
shell: bash
142142

143143
# keep versions consistent with the first and last from the strategy matrix
144-
if: ${{ (contains(fromJSON('["3.10"]'), matrix.python) || contains(fromJSON('["3.14"]'), matrix.python)) && steps.secret-check.outputs.secrets_available == 'true'}}
144+
if: ${{ (contains(fromJSON('["3.10"]'), matrix.python) || contains(fromJSON('["3.14"]'), matrix.python)) && steps.secret-check.outputs.secrets_available == 'true' && github.event_name != 'release'}}
145145
run: |
146146
# Set SYNAPSE_PROFILE based on OS and Python version
147147
if [ "${{ startsWith(matrix.os, 'ubuntu') }}" == "true" ]; then

0 commit comments

Comments
 (0)