Merge pull request #998 from manics/weekly-cronjob

[MRG] Weekly test of master to check for external failures
pull/1003/head
Tim Head 2021-01-07 17:38:05 +01:00 zatwierdzone przez GitHub
commit 2f1914d8d6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

@ -7,10 +7,13 @@
name: Continuous Integration
# Only trigger the workflow when pushing to master
on:
- push
- pull_request
push:
pull_request:
schedule:
# Weekly test so we know if tests break for external reasons
# https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#scheduled-events
- cron: '36 10 * * 0'
# Global environment variables
env: