Trigger Source Operations on a Schedule #117
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
######################################################################################################################## | |
## ## | |
## This github workflow file is part of the Platform.sh process of updating and maintaining our collection of ## | |
## templates. For more information see https://github.com/platformsh-templates/ghrw-templates ## | |
## and https://github.com/search?q=topic%3Agithub-action+org%3Aplatformsh ## | |
## ## | |
## YOU CAN SAFELY DELETE THIS FILE ## | |
## ## | |
######################################################################################################################## | |
name: Trigger Source Operations on a Schedule | |
on: | |
schedule: | |
# Run at 00:15 every day | |
- cron: '15 */19 * * *' | |
workflow_dispatch: | |
jobs: | |
run-reusable-sop-update: | |
uses: platformsh-templates/ghrw-templates/.github/workflows/sourceops.yaml@main | |
secrets: inherit |