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 c13f126
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nightly-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ 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: rancher/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 c13f126

Please sign in to comment.