diff --git a/.github/workflows/infra-build.yml b/.github/workflows/infra-build.yml index 8d322fb..ec43b28 100644 --- a/.github/workflows/infra-build.yml +++ b/.github/workflows/infra-build.yml @@ -13,10 +13,6 @@ jobs: env: PG_CONN_STR: ${{ secrets.PG_CONN_STR }} - defaults: - run: - working-directory: ./opentofu-homelab - steps: - name: Checkout code uses: actions/checkout@v5