1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-04 04:53:58 +03:00

ci(build): change job order

This commit is contained in:
2026-05-17 12:14:38 +03:00
parent 945688b0a6
commit 45eb29fa4d
+2 -1
View File
@@ -26,6 +26,7 @@ permissions:
jobs: jobs:
tag: tag:
name: Create tag name: Create tag
needs: test
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
@@ -87,7 +88,7 @@ jobs:
build: build:
name: Build packages name: Build packages
needs: [tag, test] needs: tag
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: false