File tree Expand file tree Collapse file tree 5 files changed +30
-0
lines changed Expand file tree Collapse file tree 5 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 7
7
push :
8
8
branches :
9
9
- master
10
+ # Allows you to run this workflow manually from the Actions tab
11
+ workflow_dispatch :
12
+
13
+ concurrency :
14
+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
15
+ cancel-in-progress : true
10
16
11
17
jobs :
12
18
build :
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ name: e2e
8
8
on :
9
9
issue_comment :
10
10
types : [created]
11
+ # Allows you to run this workflow manually from the Actions tab
12
+ workflow_dispatch :
13
+
14
+ concurrency :
15
+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
16
+ cancel-in-progress : true
11
17
12
18
jobs :
13
19
build :
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ name: release-tracker
3
3
on :
4
4
pull_request :
5
5
types : [closed]
6
+ # Allows you to run this workflow manually from the Actions tab
7
+ workflow_dispatch :
8
+
9
+ concurrency :
10
+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
11
+ cancel-in-progress : true
6
12
7
13
jobs :
8
14
build :
Original file line number Diff line number Diff line change 4
4
push :
5
5
tags :
6
6
- " *.*"
7
+ # Allows you to run this workflow manually from the Actions tab
8
+ workflow_dispatch :
9
+
10
+ concurrency :
11
+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
12
+ cancel-in-progress : true
7
13
8
14
jobs :
9
15
build :
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
+ # Allows you to run this workflow manually from the Actions tab
8
+ workflow_dispatch :
9
+
10
+ concurrency :
11
+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
12
+ cancel-in-progress : true
7
13
8
14
jobs :
9
15
build :
You can’t perform that action at this time.
0 commit comments