only run pipfile action on schedule
old-commit-hash: db8f3aee1189533b3cd733b8723c9b01e0c157dc
This commit is contained in:
4
.github/workflows/update-pipfile.yml
vendored
4
.github/workflows/update-pipfile.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user