From 000671884eedd14cbb4d210fa392415ee9c0246b Mon Sep 17 00:00:00 2001 From: Shi Cheng Date: Thu, 5 May 2022 14:42:14 +0800 Subject: [PATCH] run pipelines on self hosted runner --- .github/workflows/linux-general.yml.hold | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/linux-general.yml.hold b/.github/workflows/linux-general.yml.hold index d2bf1a98131..5aca7906046 100644 --- a/.github/workflows/linux-general.yml.hold +++ b/.github/workflows/linux-general.yml.hold @@ -66,18 +66,6 @@ jobs: CXX: ${{ matrix.compiler.CXX }} CMAKE_ADD: ${{ matrix.compiler.CMAKE_ADD }} steps: - - name: Cancel Previous Runs - # https://github.com/styfle/cancel-workflow-action/tree/0.9.0 - # Note this will not cancel jobs triggered by a pull request event - # when the PR is created from a fork, even if for the same PR. - # It works fine within the same fork, and is intended to allow - # multiple pushes during development without ending up with a - # huge backlog of jobs. - if: ${{ !contains(github.event.head_commit.message, 'ci_no_cancel') }} - uses: styfle/cancel-workflow-action@0.9.0 - with: - access_token: ${{ github.token }} - - name: Checkout uses: actions/checkout@v2