diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 03191cc4..c64d4528 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -254,20 +254,20 @@ jobs: provider-test-infra-dir: packet provider-go-test-dir: packet -## The account for using this provider is broken. If we want to resume regression testing against this -## provider, the account must be fixed or replaced (and creds added to repo or Vault). -# scaleway-provider: -# # don't run on fork PRs -# if: github.repository_owner == 'hashicorp' -# runs-on: ubuntu-latest -# needs: -# - go-test -# steps: -# - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 -# - uses: "./.github/actions/acctest" -# with: -# provider-test-infra-dir: scaleway -# provider-go-test-dir: scaleway +# The account for using this provider is broken. If we want to resume regression testing against this +# provider, the account must be fixed or replaced (and creds added to repo or Vault). + scaleway-provider: + # don't run on fork PRs + if: github.repository_owner == 'hashicorp' + runs-on: ubuntu-latest + needs: + - go-test + steps: + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 + - uses: "./.github/actions/acctest" + with: + provider-test-infra-dir: scaleway + provider-go-test-dir: scaleway triton-provider: # don't run on fork PRs