From 3f0a0b47b42d6d3bffc4686cc8a6f393d26e1607 Mon Sep 17 00:00:00 2001 From: Bryce Lampe Date: Wed, 18 Sep 2024 15:01:16 -0700 Subject: [PATCH] [v2] Run tests on v2 branch --- .github/workflows/v2-run-acceptance-tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/v2-run-acceptance-tests.yaml b/.github/workflows/v2-run-acceptance-tests.yaml index 51e3b5f0..a95f67f7 100644 --- a/.github/workflows/v2-run-acceptance-tests.yaml +++ b/.github/workflows/v2-run-acceptance-tests.yaml @@ -34,7 +34,6 @@ jobs: agent-integration-tests: runs-on: ubuntu-latest name: Integration Testing - if: github.event_name == 'repository_dispatch' || github.event.pull_request.head.repo.full_name == github.repository steps: - name: Check out code uses: actions/checkout@v4