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
|
name: Integration examples
|
||||||
|
|
||||||
on:
|
on: workflow_dispatch
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
suapp-examples:
|
suapp-examples:
|
||||||
|
|
@ -30,7 +27,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: flashbots/suapp-examples
|
repository: flashbots/suapp-examples
|
||||||
path: suapp-examples
|
path: suapp-examples
|
||||||
|
|
||||||
- name: Build suapp-examples
|
- name: Build suapp-examples
|
||||||
run: |
|
run: |
|
||||||
cd suapp-examples
|
cd suapp-examples
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue