Poll for Releases #51274
This file contains hidden or 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
| name: Poll for Releases | |
| # Check hourly | |
| on: | |
| schedule: | |
| - cron: '0 * * * *' | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@master | |
| - name: Check For Releases | |
| run: ./.github/workflows/sync_gcloud_releases.sh | |
| - name: Push Releases | |
| run: ./.github/workflows/push_results_github.sh | |
| env: | |
| GITHUB_PUSH_TOKEN: ${{ secrets.MY_GITHUB_PUSH_TOKEN }} |