Skip to content

Commit

Permalink
Add COBALT_9 and rc_11 to nightly trigger. (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
isarkis authored Dec 28, 2022
1 parent 71d6049 commit 66bb331
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/nightly_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,37 @@ jobs:
gh workflow run raspi-2_19.lts.1+ --ref 19.lts.1+ -f nightly=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
trigger_rc_11:
permissions:
actions: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
ref: rc_11
- name: Trigger Nightly
run: |
set -x
gh workflow run linux_rc_11 --ref rc_11 -f nightly=true
gh workflow run raspi-2_rc_11 --ref rc_11 -f nightly=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
trigger_cobalt_9:
permissions:
actions: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
ref: COBALT_9
- name: Trigger Nightly
run: |
set -x
gh workflow run linux_COBALT_9 --ref COBALT_9 -f nightly=true
gh workflow run raspi-2_COBALT_9 --ref COBALT_9 -f nightly=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 66bb331

Please sign in to comment.