Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Busseneau <nicolas@isovalent.com>
  • Loading branch information
nbusseneau committed Jul 12, 2021
1 parent 7a26014 commit 66d8a27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conformance-externalworkloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
# will disappear from the PR checks: please provide a direct link to the
# successful workflow run (can be found from Actions tab) in a comment.
#
# pull_request: {}
pull_request: {}
###

concurrency:
Expand Down Expand Up @@ -312,8 +312,8 @@ jobs:
- name: Clean up GKE cluster and VM
if: ${{ always() }}
run: |
gcloud container clusters delete ${{ env.clusterName }} --zone ${{ env.zone }} --quiet --async
gcloud compute instances delete ${{ env.vmName }} --zone ${{ env.zone }} --quiet
echo "gcloud container clusters delete ${{ env.clusterName }} --zone ${{ env.zone }} --quiet --async"
echo "gcloud compute instances delete ${{ env.vmName }} --zone ${{ env.zone }} --quiet"
shell: bash {0} # Disable default fail-fast behaviour so that all commands run independently

- name: Upload artifacts
Expand Down

0 comments on commit 66d8a27

Please sign in to comment.