forked from XRPLF/rippled
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5bfa08c
commit 0006718
Showing
1 changed file
with
0 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|