chore: Update workflows to include check-release job in alpha.yml

This commit is contained in:
Mauro Balades
2024-08-02 15:07:14 +02:00
parent 3b5e401899
commit e32d9cad92
6 changed files with 13 additions and 8 deletions

View File

@@ -128,7 +128,7 @@ jobs:
permissions:
contents: write
runs-on: ubuntu-latest
needs: [build-data]
needs: [build-data, check-release]
steps:
- name: Install Node.js

View File

@@ -13,6 +13,7 @@ on:
jobs:
windows-profile-build:
name: Windows Profile Build - ${{ matrix.generic == true && 'generic' || 'specific' }}
strategy:
fail-fast: false
matrix: