diff --git a/.github/workflows/integration-cleanup.yaml b/.github/workflows/integration-cleanup.yaml index eba1e2da..374e1f12 100644 --- a/.github/workflows/integration-cleanup.yaml +++ b/.github/workflows/integration-cleanup.yaml @@ -104,4 +104,4 @@ jobs: role-session-name: cleanup_GH_Actions aws-region: ${{ vars.AWS_REGION }} - name: Run reaper - run: go run ./ -provider azure -retention-period 1h -tags 'ci=true' -delete + run: go run ./ -provider aws -retention-period 1h -tags 'ci=true' -delete