Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa537c63d9 | ||
|
|
3f6cba6bdd |
2 changed files with 9 additions and 9 deletions
2
.github/workflows/ms-spotify.yml
vendored
2
.github/workflows/ms-spotify.yml
vendored
|
|
@ -1,8 +1,6 @@
|
|||
name: check Spotify MS
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 */5 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
16
.github/workflows/sync-files.yml
vendored
16
.github/workflows/sync-files.yml
vendored
|
|
@ -1,13 +1,15 @@
|
|||
name: Sync files to table
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'versions.json'
|
||||
- 'versions_deb.json'
|
||||
workflow_dispatch:
|
||||
# Temporarily disabled automatic sync trigger.
|
||||
# Uncomment this block to restore automatic runs on push to main.
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# paths:
|
||||
# - 'versions.json'
|
||||
# - 'versions_deb.json'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
sync-files:
|
||||
|
|
|
|||
Loading…
Reference in a new issue