From dd06567c9ae9945ba3f87402c9533529a0ce4d69 Mon Sep 17 00:00:00 2001 From: Alexei Lozovsky Date: Tue, 9 Mar 2021 22:42:36 +0900 Subject: [PATCH] prep --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5cb384..76359b7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,7 @@ on: branches: - master - release/* + - wip/bash schedule: - cron: '0 6 * * *' @@ -27,6 +28,7 @@ jobs: hello.exe audit: name: npm audit + if: false runs-on: windows-latest steps: - name: Check out source code @@ -35,6 +37,7 @@ jobs: - run: npm audit --audit-level=moderate alias-arch: name: arch aliases + if: false runs-on: windows-latest steps: - name: Check out source code