Skip to content

Commit

Permalink
Introduce Azure merge gate for Iceberg ITs (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-alhuang authored Nov 12, 2024
1 parent dc70fed commit 84c8c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/End2EndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
fail-fast: false # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
matrix:
java: [ 8 ]
snowflake_cloud: [ 'AWS' ]
snowflake_cloud: [ 'AWS', 'AZURE' ]
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
fail-fast: false
matrix:
java: [ 8 ]
snowflake_cloud: [ 'AWS' ]
snowflake_cloud: [ 'AWS', 'AZURE' ]
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down

0 comments on commit 84c8c66

Please sign in to comment.