Create external_trigger.yml
This commit is contained in:
10
.github/workflows/external_trigger.yml
vendored
Normal file
10
.github/workflows/external_trigger.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
name: External Trigger Main
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
external-trigger-nightly:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.3
|
||||
Reference in New Issue
Block a user