mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Enable CI integration only on dispatch
This commit is contained in:
parent
6d87f81074
commit
927b593414
1 changed files with 2 additions and 5 deletions
7
.github/workflows/integration-examples.yml
vendored
7
.github/workflows/integration-examples.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue