File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 12
12
node-version : [16.x]
13
13
runs-on : ${{ matrix.os }}
14
14
steps :
15
+ - name : Cancel Previous Runs
16
+ uses : styfle/cancel-workflow-action
17
+
15
18
- uses : actions/checkout@v3
16
19
17
20
- name : Use Node.js ${{ matrix.node-version }}
31
34
node-version : [16.x]
32
35
runs-on : ${{ matrix.os }}
33
36
steps :
37
+ - name : Cancel Previous Runs
38
+ uses : styfle/cancel-workflow-action
39
+
34
40
- uses : actions/checkout@v3
35
41
36
42
- name : Use Node.js ${{ matrix.node-version }}
50
56
os : [ubuntu-latest]
51
57
runs-on : ${{ matrix.os }}
52
58
steps :
59
+ - name : Cancel Previous Runs
60
+ uses : styfle/cancel-workflow-action
61
+
53
62
- uses : actions/checkout@v3
54
63
55
64
- name : Vale
67
76
node-version : [16.x]
68
77
runs-on : ${{ matrix.os }}
69
78
steps :
79
+ - name : Cancel Previous Runs
80
+ uses : styfle/cancel-workflow-action
81
+
70
82
- uses : actions/checkout@v3
71
83
72
84
- name : Use Node.js ${{ matrix.node-version }}
@@ -101,6 +113,9 @@ jobs:
101
113
node-version : [16.x]
102
114
runs-on : ${{ matrix.os }}
103
115
steps :
116
+ - name : Cancel Previous Runs
117
+ uses : styfle/cancel-workflow-action
118
+
104
119
- uses : actions/checkout@v3
105
120
106
121
- name : Enable webpack persistent caching
You can’t perform that action at this time.
0 commit comments