Synthetic Monitoring #65
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
name: Synthetic Monitoring | |
on: | |
schedule: | |
- cron: 0 22 * * 5 | |
jobs: | |
monitoring: | |
runs-on: ubuntu-latest | |
steps: | |
- name: curl | |
env: | |
URL: https://rohta.github.io/bingo/ | |
run: curl ${URL} | |
# 失敗時、即時対応しないため通知は不要。Actionsを見て都度対応。 |