Skip to content

Commit

Permalink
Enable CI integration only on dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Apr 3, 2024
1 parent 6d87f81 commit 927b593
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/integration-examples.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Integration examples

on:
push:
branches: [main]
pull_request:
on: workflow_dispatch

jobs:
suapp-examples:
Expand All @@ -30,7 +27,7 @@ jobs:
with:
repository: flashbots/suapp-examples
path: suapp-examples

- name: Build suapp-examples
run: |
cd suapp-examples
Expand Down

0 comments on commit 927b593

Please sign in to comment.