Skip to content

Commit

Permalink
Update nightly_trigger.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
isarkis committed Nov 4, 2022
1 parent 4bb9677 commit ee59e69
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/nightly_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,19 @@ jobs:
gh workflow run raspi-2_20.lts.1+ --ref 20.lts.1+ -f nightly=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
trigger_19:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
ref: 19.lts.1+
- name: Trigger Nightly
run: |
set -x
gh workflow run linux_19.lts.1+ --ref 19.lts.1+ -f nightly=true
gh workflow run raspi-2_19.lts.1+ --ref 19.lts.1+ -f nightly=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ee59e69

Please sign in to comment.