File tree Expand file tree Collapse file tree 3 files changed +2
-85
lines changed
Expand file tree Collapse file tree 3 files changed +2
-85
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1616jobs :
1717 dispatch_workflow :
1818 if : |
19- (github.event_name == 'workflow_dispatch') ||
20- (github.event_name == 'pull_request' && github.event.pull_request.merged == true) ||
19+ (github.event_name == 'workflow_dispatch') ||
20+ (github.event_name == 'pull_request' && github.event.pull_request.merged == true) ||
2121 (github.event_name == 'release' && (github.event.action == 'created' || github.event.action == 'edited' || github.event.action == 'prereleased'))
2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout
2525 uses : actions/checkout@v4
26-
2726 - name : Invoke workflow in another repo with inputs
2827 uses : peter-evans/repository-dispatch@v2
2928 with :
You canβt perform that action at this time.
0 commit comments