File tree 8 files changed +64
-0
lines changed
8 files changed +64
-0
lines changed Original file line number Diff line number Diff line change 15
15
default : 100
16
16
17
17
jobs :
18
+ cancel-previous-workflow :
19
+ runs-on : ubuntu-latest
20
+ steps :
21
+ - name : Cancel Previous Runs
22
+ uses :
styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # [email protected]
23
+ with :
24
+ access_token : ${{ github.token }}
25
+
18
26
analyze :
19
27
runs-on : ubuntu-latest
20
28
timeout-minutes : 20
Original file line number Diff line number Diff line change 10
10
- ' dio/**'
11
11
12
12
jobs :
13
+ cancel-previous-workflow :
14
+ runs-on : ubuntu-latest
15
+ steps :
16
+ - name : Cancel Previous Runs
17
+ uses :
styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # [email protected]
18
+ with :
19
+ access_token : ${{ github.token }}
20
+
13
21
build :
14
22
name : Build ${{matrix.sdk}} on ${{matrix.os}}
15
23
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 10
10
- ' flutter/**'
11
11
12
12
jobs :
13
+ cancel-previous-workflow :
14
+ runs-on : ubuntu-latest
15
+ steps :
16
+ - name : Cancel Previous Runs
17
+ uses :
styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # [email protected]
18
+ with :
19
+ access_token : ${{ github.token }}
20
+
13
21
build :
14
22
name : Build ${{matrix.sdk}} on ${{matrix.os}}
15
23
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 15
15
SENTRY_DIST : 1
16
16
17
17
jobs :
18
+ cancel-previous-workflow :
19
+ runs-on : ubuntu-latest
20
+ steps :
21
+ - name : Cancel Previous Runs
22
+ uses :
styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # [email protected]
23
+ with :
24
+ access_token : ${{ github.token }}
25
+
18
26
build :
19
27
name : E2E
20
28
runs-on : ' ubuntu-latest'
Original file line number Diff line number Diff line change 10
10
- ' dio/**'
11
11
12
12
jobs :
13
+ cancel-previous-workflow :
14
+ runs-on : ubuntu-latest
15
+ steps :
16
+ - name : Cancel Previous Runs
17
+ uses :
styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # [email protected]
18
+ with :
19
+ access_token : ${{ github.token }}
20
+
13
21
build :
14
22
name : ${{ matrix.target }} | ${{ matrix.os }} | ${{ matrix.sdk }}
15
23
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 10
10
- ' flutter/**'
11
11
12
12
jobs :
13
+ cancel-previous-workflow :
14
+ runs-on : ubuntu-latest
15
+ steps :
16
+ - name : Cancel Previous Runs
17
+ uses :
styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # [email protected]
18
+ with :
19
+ access_token : ${{ github.token }}
20
+
13
21
build :
14
22
name : Build ${{matrix.sdk}} on ${{matrix.os}}
15
23
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 13
13
tags-ignore : ['**']
14
14
15
15
jobs :
16
+ cancel-previous-workflow :
17
+ runs-on : ubuntu-latest
18
+ steps :
19
+ - name : Cancel Previous Runs
20
+ uses :
styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # [email protected]
21
+ with :
22
+ access_token : ${{ github.token }}
23
+
16
24
metrics :
17
25
name : ${{ matrix.name }}
18
26
runs-on : ${{ matrix.host }}
Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
9
9
jobs :
10
+ cancel-previous-workflow :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - name : Cancel Previous Runs
14
+ uses :
styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # [email protected]
15
+ with :
16
+ access_token : ${{ github.token }}
17
+
10
18
build :
11
19
name : Build
12
20
runs-on : macos-latest
You can’t perform that action at this time.
0 commit comments