Skip to content

Commit 7e2ffd3

Browse files
authored
Add workflow to run the playground action with dispatch (#372)
1 parent b0fcdda commit 7e2ffd3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: playground-action
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
run-builder-playground-action:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v6
11+
12+
- name: Run builder-playground
13+
uses: flashbots/builder-playground-action@v1
14+
with:
15+
version: latest
16+
detached: false
17+
recipe: l1
18+
args: --timeout 5s

0 commit comments

Comments
 (0)