From f84bb3d8e8e5f185dfb952b220a071efcbc8f070 Mon Sep 17 00:00:00 2001 From: Hubert Deng Date: Fri, 26 Apr 2024 13:19:16 -0700 Subject: [PATCH] Revert "Sampling: Run e2e tests every 5 minutes" (#2999) Revert "Sampling: Run e2e tests every 5 minutes (#2994)" This reverts commit 6c67717fc530145514198143007af1c7ff5b03a3. --- .github/workflows/sample-test-runs.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/sample-test-runs.yml diff --git a/.github/workflows/sample-test-runs.yml b/.github/workflows/sample-test-runs.yml deleted file mode 100644 index a3c24e4..0000000 --- a/.github/workflows/sample-test-runs.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Test -on: - schedule: - # kick off a job every 5 minutes - - cron: "*/5 * * * *" -defaults: - run: - shell: bash -jobs: - e2e-test: - if: github.repository_owner == 'getsentry' - runs-on: ubuntu-22.04 - name: "Sentry self-hosted end-to-end tests" - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - path: self-hosted - - - name: End to end tests - uses: getsentry/action-self-hosted-e2e-tests@main - with: - project_name: self-hosted