Skip to content

Commit

Permalink
chore: trigger nightly publish from fork
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Salas <carlos.salas@suse.com>
  • Loading branch information
salasberryfin committed Dec 19, 2023
1 parent d73be87 commit ee20174
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nightly-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ name: Nightly
on:
schedule:
- cron: '0 1 * * *'
push:
branches:
- trigger-nightly-publish-from-fork
workflow_dispatch:
jobs:
publish_nightly:
uses: rancher-sandbox/highlander-reusable-workflows/.github/workflows/operator-with-latest-rancher-build.yaml@main
uses: salasberryfin/highlander-reusable-workflows/.github/workflows/operator-with-latest-rancher-build.yaml@fix-nightly-publish
with:
operator_name: aks-operator
rancher_ref: release/v2.8
Expand Down

0 comments on commit ee20174

Please sign in to comment.