From 1acb19ed39c4ee81478a68ce6353cf0751a4131e Mon Sep 17 00:00:00 2001 From: Ethan Smith Date: Thu, 26 Jan 2023 23:20:28 -0800 Subject: [PATCH] ci: Update self-hosted e2e action to bring in fix for race condition in tests (#1785) This pulls in getsentry/action-self-hosted-e2e-tests@627c9b5 _#skip-changelog_ --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 223147079c2..74d43676a04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -371,7 +371,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v3 - name: Run Sentry self-hosted e2e CI - uses: getsentry/action-self-hosted-e2e-tests@20b5170d3b59d8b44ee5327d64b31d6b6b5aa34f + uses: getsentry/action-self-hosted-e2e-tests@627c9b50cb168c546ed6e2c461dae76d5d0c7cdb with: project_name: relay image_url: us.gcr.io/sentryio/relay:${{ github.event.pull_request.head.sha || github.sha }}