diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c6b78d2f2b..7bcb72eace 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -19,7 +19,7 @@ jobs: - make_target: "start-upgrade-test-light" runs_on: ubuntu-20.04 run: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'MINIMAL_CI') }} - uses: ./.github/actions/e2e.yml + uses: ./.github/workflows/reusable-e2e.yml with: make_target: ${{ matrix.make_target }} runs_on: ${{ matrix.runs_on}} diff --git a/.github/actions/e2e.yml b/.github/workflows/reusable-e2e.yml similarity index 100% rename from .github/actions/e2e.yml rename to .github/workflows/reusable-e2e.yml