diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e8bc1e183..5e65bd8bdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index fc7684284c..79f64c2275 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -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: