Skip to content

Commit

Permalink
run pipelines on self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
shichengripple001 authored and ximinez committed Aug 9, 2024
1 parent 5bfa08c commit 0006718
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/linux-general.yml.hold
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
access_token: ${{ github.token }}

- name: Checkout
uses: actions/checkout@v2

Expand Down

0 comments on commit 0006718

Please sign in to comment.