Skip to content

Commit 82707b7

Browse files
enhanced-integration
Summary: - Traffic lights on tag. - Traffic light cadense slowed.
1 parent 6d09543 commit 82707b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ jobs:
743743
python cicd/python/build.py --robot-test-integration
744744
745745
- name: Run traffic light robot integration tests
746-
if: (startsWith(github.ref_name, 'build-traffic-lights') && github.ref_type == 'tag') || (github.repository == 'stackql/stackql' && github.event_name == 'push' && github.ref == 'refs/heads/main')) && matrix.registry == 'test/registry'
746+
if: ((startsWith(github.ref_name, 'build-traffic-lights') && github.ref_type == 'tag') || (github.repository == 'stackql/stackql' && github.event_name == 'push' && github.ref == 'refs/heads/main')) && matrix.registry == 'test/registry'
747747
env:
748748
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
749749
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}

0 commit comments

Comments
 (0)