Skip to content

Commit

Permalink
chore: disable azure testing in pipeline (#7186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr authored Sep 30, 2024
1 parent db12790 commit bc9b169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk-spec-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
if [ "${{env.TARGET}}" = "all" ]; then
target='["tf-aws", "tf-azure", "tf-gcp"]'
elif [ "${{env.TARGET}}" = "all-stable" ]; then
target='["tf-aws", "sim", "tf-azure"]'
target='["tf-aws", "sim"]'
elif [ "${{env.TARGET}}" = "all-unstable" ]; then
target='["tf-gcp"]'
target='["tf-gcp", "tf-azure"]'
else
target='["${{env.TARGET}}"]'
fi
Expand Down

0 comments on commit bc9b169

Please sign in to comment.