Compare commits
No commits in common. "main" and "1.4.4.1" have entirely different histories.
2 changed files with 9 additions and 9 deletions
2
.github/workflows/ms-spotify.yml
vendored
2
.github/workflows/ms-spotify.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
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,15 +1,13 @@
|
|||
name: Sync files to table
|
||||
|
||||
on:
|
||||
# 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:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'versions.json'
|
||||
- 'versions_deb.json'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
sync-files:
|
||||
|
|
|
|||
Loading…
Reference in a new issue