From 927b593414369560c05b13400764d77bc8ad349c Mon Sep 17 00:00:00 2001 From: Ferran Borreguero Date: Wed, 3 Apr 2024 09:10:46 +0100 Subject: [PATCH] Enable CI integration only on dispatch --- .github/workflows/integration-examples.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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