diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 16d09e829e6..8ec0ead9912 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -12,7 +12,7 @@ on: jobs: cypress-run: if: github.repository == 'coronasafe/care_fe' - runs-on: ubuntu-latest + runs-on: cypress-test steps: - name: Checkout 📥 uses: actions/checkout@v3