only run pipfile action on schedule

pull/1582/head
Willem Melching 5 years ago
parent 5a841c2856
commit db8f3aee11
  1. 4
      .github/workflows/update-pipfile.yml

@ -2,10 +2,6 @@ name: "Update Pipfile.lock"
on:
schedule:
- cron: '00 15 * * 1' # Every monday on 15:00 UTC
push:
paths:
- 'Pipfile'
- '.github/workflows/update-pipfile.yml'
jobs:
piplock:

Loading…
Cancel
Save