diff --git a/.github/workflows/_end-to-end.yml b/.github/workflows/_end-to-end.yml index fcf1c22f..45d11140 100644 --- a/.github/workflows/_end-to-end.yml +++ b/.github/workflows/_end-to-end.yml @@ -1,6 +1,7 @@ name: End-to-end tests on: - workflow_call: + push: + pull_request: jobs: end-to-end: timeout-minutes: 60 diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 63742921..55c15dea 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -8,7 +8,4 @@ on: jobs: run-tests: - uses: ./.github/workflows/_validate.yml - e2e: - uses: ./.github/workflows/_end-to-end.yml - secrets: inherit \ No newline at end of file + uses: ./.github/workflows/_validate.yml \ No newline at end of file