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: on:
schedule: schedule:
- cron: '00 15 * * 1' # Every monday on 15:00 UTC - cron: '00 15 * * 1' # Every monday on 15:00 UTC
push:
paths:
- 'Pipfile'
- '.github/workflows/update-pipfile.yml'
jobs: jobs:
piplock: piplock:

Loading…
Cancel
Save