debugging CI

This commit is contained in:
2023-12-31 13:47:56 +01:00
parent 5f33613583
commit bd0a111e5f

View File

@@ -1,13 +1,8 @@
name: Fetch Dependencies
on:
push:
paths-ignore:
- '.gitignore'
- 'LICENSE'
- 'README.md'
# schedule:
# - cron: '0 0 * * *' # Run daily
schedule:
- cron: '0 0 * * *' # Run daily
jobs:
update-dependencies: