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:
@@ -26,6 +26,7 @@ permissions:
|
||||
jobs:
|
||||
tag:
|
||||
name: Create tag
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
@@ -87,7 +88,7 @@ jobs:
|
||||
|
||||
build:
|
||||
name: Build packages
|
||||
needs: [tag, test]
|
||||
needs: tag
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user