From 866375796410b1d8dd30caf4ea3281ae7e5a739e Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Tue, 3 Jan 2023 23:57:30 +0800 Subject: [PATCH] =?UTF-8?q?CI:=20remove=20branch=20check=20steps=20that=20?= =?UTF-8?q?don=E2=80=99t=20actually=20do=20anything?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f669d7ec61..ea3ac67ec2d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,9 +17,6 @@ jobs: name: Build (Windows) runs-on: windows-2019 steps: - - name: Branch check - if: ${{ !contains('refs/heads/auto refs/heads/try refs/heads/try-windows', github.ref) }} - run: exit 0 - uses: actions/checkout@v3 with: fetch-depth: 2 @@ -44,9 +41,6 @@ jobs: name: Build (Windows UWP x64) runs-on: windows-2019 steps: - - name: Branch check - if: ${{ !contains('refs/heads/auto refs/heads/try refs/heads/try-windows', github.ref) }} - run: exit 0 - uses: actions/checkout@v3 with: fetch-depth: 2 @@ -72,9 +66,6 @@ jobs: name: Build (Windows UWP arm64) runs-on: windows-2019 steps: - - name: Branch check - if: ${{ !contains('refs/heads/auto refs/heads/try refs/heads/try-windows', github.ref) }} - run: exit 0 - uses: actions/checkout@v3 with: fetch-depth: 2 @@ -98,9 +89,6 @@ jobs: name: Build (macOS) runs-on: macos-12 steps: - - name: Branch check - if: ${{ !contains('refs/heads/auto refs/heads/try refs/heads/try-mac', github.ref) }} - run: exit 0 - uses: actions/checkout@v3 with: fetch-depth: 2 @@ -202,9 +190,6 @@ jobs: name: Build (Linux) runs-on: ubuntu-20.04 steps: - - name: Branch check - if: ${{ !contains('refs/heads/auto refs/heads/try refs/heads/try-linux refs/heads/try-wpt', github.ref) }} - run: exit 0 - uses: actions/checkout@v3 with: fetch-depth: 2 @@ -238,9 +223,6 @@ jobs: matrix: chunk_id: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] steps: - - name: Branch check - if: ${{ !contains('refs/heads/auto refs/heads/try refs/heads/try-wpt', github.ref) }} - run: exit 0 - uses: actions/checkout@v3 with: fetch-depth: 2