nextcloud-spreed-signaling/.github/workflows/check-continentmap.yml
2020-07-31 13:00:09 +02:00

16 lines
222 B
YAML

name: check-continentmap
on:
schedule:
- cron: "0 2 * * SUN"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check continentmap
run: make check-continentmap