nextcloud-spreed-signaling/.github/workflows/check-continentmap.yml

31 lines
567 B
YAML
Raw Permalink Normal View History

2020-07-31 12:25:24 +02:00
name: check-continentmap
on:
push:
branches: [ master ]
paths:
- '.github/workflows/check-continentmap.yml'
- 'scripts/get_continent_map.py'
- 'Makefile'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/check-continentmap.yml'
- 'scripts/get_continent_map.py'
- 'Makefile'
2020-07-31 12:25:24 +02:00
schedule:
- cron: "0 2 * * SUN"
2023-01-17 11:29:54 +01:00
permissions:
contents: read
2020-07-31 12:25:24 +02:00
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
2020-07-31 12:25:24 +02:00
- name: Check continentmap
run: make check-continentmap