debugging CI

This commit is contained in:
Kbz-8
2023-12-31 13:47:56 +01:00
parent a52e33e697
commit 0690ecacd8

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: