[READ-ONLY] Mirror of https://github.com/probablykasper/kadium. App for staying ontop of YouTube channels' uploads kadium.kasper.space
linux macos notifications tauri windows youtube
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: de-duplicate test action

GHOST (Aug 30, 2025, 6:50 PM +0100) 191e7dc9 7855ef73

+5 -1
+5 -1
.github/workflows/test.yml
··· 2 2 on: 3 3 push: 4 4 branches: 5 - - '*' 5 + - master 6 6 pull_request: 7 7 workflow_dispatch: 8 8 ··· 24 24 - platform: 'windows-latest' 25 25 target: '' 26 26 args: '' 27 + # If it's already running and you push again, cancel the old runs 28 + concurrency: 29 + group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.platform }}-${{ matrix.target }} 30 + cancel-in-progress: true 27 31 runs-on: ${{ matrix.platform }} 28 32 steps: 29 33 - name: Checkout repository