diff --git a/.github/workflows/deploy_to_gcp.yml b/.github/workflows/deploy_to_gcp.yml index c9723f9..87939a7 100644 --- a/.github/workflows/deploy_to_gcp.yml +++ b/.github/workflows/deploy_to_gcp.yml @@ -8,15 +8,13 @@ on: - deploy-dev jobs: - checkout: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 gcp-deploy: name: Deploy to GCP runs-on: gcloud-tf steps: + - name: Checkout code + uses: actions/checkout@v3 + - name: Check Deploy Tools run: | ls -la