Use these files to test a scheduled trigger.
- Create a new repo.
- Upload the file
nightly-build.yml
into the.github/workflows
directory in the new repo. - Once the file is commited, the workflow should be triggered by a
push
event. - Confirm the workflow completes and creates an artifact.
- Modify the schedule in the workflow to run more frequently than once per day to see the results of the schedule.
- Review the results of the workflow triggered by a schedule and compare it to a workflow triggered by a push.