From e84adf64fb72ce57aa042e2280182473fdeba311 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 30 Jul 2021 03:21:34 +0900 Subject: Do not block semver check on bors --- .github/workflows/bors.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml index 9abdc7dea2..5bbf286c86 100644 --- a/.github/workflows/bors.yml +++ b/.github/workflows/bors.yml @@ -228,7 +228,6 @@ jobs: semver_linux: name: Semver Linux - needs: build_channels_linux runs-on: ubuntu-20.04 continue-on-error: true steps: @@ -241,7 +240,6 @@ jobs: semver_macos: name: Semver macOS - needs: build_channels_macos runs-on: macos-10.15 continue-on-error: true steps: -- cgit v1.2.1