|
|
@ -12,7 +12,7 @@ jobs:
|
|
|
|
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
|
|
|
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Cancel Previous Runs
|
|
|
|
- name: Cancel Previous Runs
|
|
|
|
uses: styfle/cancel-workflow-action@0.10.0
|
|
|
|
uses: styfle/cancel-workflow-action@0.12.1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
access_token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
access_token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
|
|
|
|
|
|