Compare commits

...

2 commits

Author SHA1 Message Date
amd64fox
aa537c63d9
Remove scheduled cron job from ms-spotify.yml
Removed scheduled cron job for the Spotify MS workflow.
2026-03-30 10:39:54 +03:00
amd64fox
3f6cba6bdd Temporarily disabled automatic sync trigger 2026-03-19 06:39:16 +03:00
2 changed files with 9 additions and 9 deletions

View file

@ -1,8 +1,6 @@
name: check Spotify MS name: check Spotify MS
on: on:
schedule:
- cron: '0 */5 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View file

@ -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: