Health check #5309
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: Health check | |
| on: | |
| schedule: | |
| - cron: 0 0/6 * * * | |
| repository_dispatch: | |
| types: [health_check] | |
| permissions: {} | |
| concurrency: | |
| group: health-check | |
| cancel-in-progress: true | |
| jobs: | |
| health_check: | |
| name: Health check | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| with: | |
| persist-credentials: false | |
| - uses: denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2.0.3 | |
| - run: deno task health_check |