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
|
name: check Spotify MS
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
|
||||||
- cron: '0 */5 * * *'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
14
.github/workflows/sync-files.yml
vendored
14
.github/workflows/sync-files.yml
vendored
|
|
@ -1,12 +1,14 @@
|
||||||
name: Sync files to table
|
name: Sync files to table
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# Temporarily disabled automatic sync trigger.
|
||||||
branches:
|
# Uncomment this block to restore automatic runs on push to main.
|
||||||
- main
|
# push:
|
||||||
paths:
|
# branches:
|
||||||
- 'versions.json'
|
# - main
|
||||||
- 'versions_deb.json'
|
# paths:
|
||||||
|
# - 'versions.json'
|
||||||
|
# - 'versions_deb.json'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue