We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8255557 commit 6b5bd97Copy full SHA for 6b5bd97
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- name: Cancel Previous Runs
16
if: github.ref != 'refs/heads/master'
17
- uses: styfle/cancel-workflow-action@0.8.0
+ uses: styfle/cancel-workflow-action@0.9.0
18
19
- name: Checkout
20
uses: actions/checkout@v2
.github/workflows/preview.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-20.04
10
11
12
13
- name: Checkout m
0 commit comments