Update contributors on schedule instead

This commit is contained in:
Sylvia van Os
2021-09-25 13:17:28 +02:00
committed by GitHub
parent 20e34ee365
commit f09bafa104

View File

@@ -1,11 +1,12 @@
name: Write contributors to file
on:
push:
branches: [ master ]
schedule:
- cron: '3 4 * * 0'
jobs:
contributors_to_file:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
name: Write contributors to file
steps:
- name: Checkout repo