File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -764,6 +764,7 @@ jobs:
764764
765765 - name : ID Fed - configure AWS credentials (OIDC)
766766 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'
767+ continue-on-error : true
767768 uses : aws-actions/configure-aws-credentials@v4
768769 with :
769770 role-to-assume : ${{ secrets.STACKQL_ID_FED_AWS_ROLE_ARN }}
@@ -772,6 +773,7 @@ jobs:
772773 - name : ID Fed - authenticate to Google Cloud (OIDC)
773774 id : gcp_auth
774775 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'
776+ continue-on-error : true
775777 uses : google-github-actions/auth@v2
776778 with :
777779 workload_identity_provider : ${{ secrets.STACKQL_ID_FED_GCP_WORKLOAD_IDENTITY_PROVIDER }}
@@ -780,6 +782,7 @@ jobs:
780782
781783 - name : ID Fed - login to Azure (OIDC)
782784 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'
785+ continue-on-error : true
783786 uses : azure/login@v2
784787 with :
785788 client-id : ${{ secrets.STACKQL_ID_FED_AZURE_CLIENT_ID }}
You can’t perform that action at this time.
0 commit comments