Skip to content

Commit 33f1e8a

Browse files
best-effort
1 parent 5a28e1c commit 33f1e8a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)