Merge pull request #317 from jepler/update-images-cron-only
images: don't update based on pushes to master
This commit is contained in:
commit
eac08a6f5c
1 changed files with 0 additions and 2 deletions
2
.github/workflows/images.yml
vendored
2
.github/workflows/images.yml
vendored
|
|
@ -4,8 +4,6 @@ on:
|
|||
schedule:
|
||||
- cron: '0 10 * * *'
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
concurrency:
|
||||
group: folder-images
|
||||
|
|
|
|||
Loading…
Reference in a new issue