nightly-quick #369
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
# vim:sw=2:ts=2 | |
name: nightly-quick | |
on: | |
# Run workflow every day to make sure that in the incoming day everything will work properly | |
schedule: | |
# triggered every day at 5:00 UTC | |
- cron: '0 5 * * *' | |
jobs: | |
call-ci: | |
uses: phoenix-rtos/phoenix-rtos-project/.github/workflows/ci-project.yml@master | |
secrets: inherit |