File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments