mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-30 19:43:22 +01:00
Fix check-min-os-version
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
@@ -504,7 +504,7 @@ jobs:
|
||||
key: electron-gyp-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
|
||||
|
||||
- name: Install Desktop node_modules
|
||||
if: matrix.os != 'windows-latest-8-cores'
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: pnpm install
|
||||
env:
|
||||
NPM_CONFIG_LOGLEVEL: verbose
|
||||
@@ -513,10 +513,10 @@ jobs:
|
||||
NPM_CONFIG_NODE_GYP: echo
|
||||
|
||||
- run: touch noop.js
|
||||
if: matrix.os == 'windows-latest-8-cores'
|
||||
if: matrix.os == 'windows-latest'
|
||||
|
||||
- name: Install Desktop node_modules on Windows
|
||||
if: matrix.os == 'windows-latest-8-cores'
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: pnpm install
|
||||
env:
|
||||
NPM_CONFIG_LOGLEVEL: verbose
|
||||
|
||||
@@ -9,6 +9,7 @@ on:
|
||||
- '[0-9]+.[0-9]+.x'
|
||||
jobs:
|
||||
linux:
|
||||
name: Commit Title Check
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'signalapp/Signal-Desktop-Private' }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user