Skip to content

Commit fee7bb8

Browse files
committed
Allow testing on own PR
1 parent 0fd3787 commit fee7bb8

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/sweep-executor.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ on:
99
generator-args:
1010
required: true
1111
type: string
12+
workflow_dispatch:
13+
inputs:
14+
pr-number:
15+
description: PR number to checkout (refs/pull/<num>/head)
16+
required: true
17+
type: string
18+
generator-args:
19+
description: Args passed to generate_sweep_configs.py (omit /sweep)
20+
required: true
21+
type: string
1222

1323
permissions:
1424
contents: read
@@ -148,4 +158,3 @@ jobs:
148158
secrets: inherit
149159
with:
150160
exp-name: ''
151-

0 commit comments

Comments
 (0)