Zero Report - Scheduled #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Zero Report for Mandalorian scheduled run | |
# | |
name: Zero Report - Scheduled | |
on: | |
workflow_dispatch: {} | |
schedule: | |
# Running at 01 AM every day | |
- cron: 0 1 * * * | |
jobs: | |
run_rat: | |
runs-on: ubuntu-latest | |
name: Run Zero Report | |
steps: | |
- uses: actions/checkout@v4 |