debugging CI

This commit is contained in:
Kbz-8
2023-12-31 13:30:32 +01:00
parent 6e1fcb381a
commit e76f084625

View File

@@ -1,13 +1,16 @@
name: Fetch Dependencies name: Fetch Dependencies
on: on:
schedule: push:
- cron: '0 0 * * *' # Run daily paths-ignore:
- '.gitignore'
- 'LICENSE'
- 'README.md'
# schedule:
# - cron: '0 0 * * *' # Run daily
jobs: jobs:
update-dependencies: update-dependencies:
permissions:
contents: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: