diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40bf7a3799..338758d09f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -609,7 +609,7 @@ jobs: # Skip for dependabot or if it's a fork as the image cannot be uploaded to ghcr since this test attempts to pull # the image from ghcr if: "!github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]'" - uses: getsentry/action-self-hosted-e2e-tests@267fab2add9e173029c1e09ecfd82e04688d7c44 + uses: getsentry/action-self-hosted-e2e-tests@main with: project_name: relay image_url: ghcr.io/getsentry/relay:${{ github.event.pull_request.head.sha || github.sha }}