LoaderSpot/.github/workflows/ms-spotify.yml
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

18 lines
320 B
YAML

name: check Spotify MS
on:
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: run ms-spotify-check.ps1
shell: pwsh
run: ./ms-spotify-check.ps1
env:
Token: ${{ secrets.Token }}