Skip to content

Commit

Permalink
cancel
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
Kenji Miyake committed Nov 30, 2021
1 parent b86f546 commit d954c75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
pull_request:

jobs:
cancel-previous-runs:
runs-on: ubuntu-latest

steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.9.1

get-modified-packages:
uses: autowarefoundation/autoware-github-actions/.github/workflows/reusable-get-modified-packages.yaml@add-build-and-test

Expand Down

0 comments on commit d954c75

Please sign in to comment.