Skip to content

Commit

Permalink
Remove unused workflow for e2e tests (#14520)
Browse files Browse the repository at this point in the history
* Remove unused workflow for e2e tests

* Fix
  • Loading branch information
lukaszcl committed Sep 23, 2024
1 parent 31874ba commit ef77fac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 291 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
id-token: write
contents: read
needs: [build-chainlink, changes]
if: github.event_name == 'merge_group'
if: github.event_name == 'merge_group' && ( needs.changes.outputs.core_changes == 'true' || needs.changes.outputs.github_ci_changes == 'true')
uses: ./.github/workflows/run-e2e-tests-reusable-workflow.yml
with:
workflow_name: Run Core E2E Tests For Merge Queue
Expand Down
290 changes: 0 additions & 290 deletions .github/workflows/on-demand-keeper-smoke-tests.yml

This file was deleted.

0 comments on commit ef77fac

Please sign in to comment.