Skip to content

Commit

Permalink
feat: enable manual trigger for nightly job
Browse files Browse the repository at this point in the history
  • Loading branch information
metacoma committed Jan 25, 2025
1 parent d810662 commit ea34fd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly_build_singlenode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions:
on:
schedule:
- cron: "20 4 * * *" # Runs every day at 4:20 AM
workflow_dispatch:

env:
TF_VAR_ssh_private_key: ${{ secrets.CI_SSH_KEY }}
Expand Down

0 comments on commit ea34fd1

Please sign in to comment.