diff --git a/.github/workflows/integration-examples.yml b/.github/workflows/integration-examples.yml index 0ef28bca32..bbb3271fcd 100644 --- a/.github/workflows/integration-examples.yml +++ b/.github/workflows/integration-examples.yml @@ -1,9 +1,6 @@ name: Integration examples -on: - push: - branches: [main] - pull_request: +on: workflow_dispatch jobs: suapp-examples: @@ -30,7 +27,7 @@ jobs: with: repository: flashbots/suapp-examples path: suapp-examples - + - name: Build suapp-examples run: | cd suapp-examples