File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33name : EdenFS Linux
44
55on :
6- workflow_dispatch :
7- inputs :
8- tmate_enabled :
9- description : ' Start a tmate SSH session on failure'
10- required : false
11- default : false
12- type : boolean
6+ workflow_dispatch
137
148permissions :
159 contents : read # to fetch code (actions/checkout)
@@ -1073,6 +1067,3 @@ jobs:
10731067 env :
10741068 GH_TOKEN : ${{ github.token }}
10751069 run : gh cache list --repo ${{ github.repository }} --sort size_in_bytes --order desc --limit 30
1076- - name : Setup tmate session
1077- if : failure() && github.event_name == 'workflow_dispatch' && inputs.tmate_enabled
1078- uses : mxschmitt/action-tmate@v3
Original file line number Diff line number Diff line change 33name : Mononoke Integration Linux
44
55on :
6- workflow_dispatch :
7- inputs :
8- tmate_enabled :
9- description : ' Start a tmate SSH session on failure'
10- required : false
11- default : false
12- type : boolean
6+ workflow_dispatch
137
148permissions :
159 contents : read # to fetch code (actions/checkout)
@@ -937,6 +931,3 @@ jobs:
937931 env :
938932 GH_TOKEN : ${{ github.token }}
939933 run : gh cache list --repo ${{ github.repository }} --sort size_in_bytes --order desc --limit 30
940- - name : Setup tmate session
941- if : failure() && github.event_name == 'workflow_dispatch' && inputs.tmate_enabled
942- uses : mxschmitt/action-tmate@v3
Original file line number Diff line number Diff line change 99 pull_request :
1010 branches :
1111 - main
12- workflow_dispatch :
13- inputs :
14- tmate_enabled :
15- description : ' Start a tmate SSH session on failure'
16- required : false
17- default : false
18- type : boolean
1912
2013permissions :
2114 contents : read # to fetch code (actions/checkout)
@@ -720,6 +713,3 @@ jobs:
720713 env :
721714 GH_TOKEN : ${{ github.token }}
722715 run : gh cache list --repo ${{ github.repository }} --sort size_in_bytes --order desc --limit 30
723- - name : Setup tmate session
724- if : failure() && github.event_name == 'workflow_dispatch' && inputs.tmate_enabled
725- uses : mxschmitt/action-tmate@v3
Original file line number Diff line number Diff line change 33name : Mononoke Mac
44
55on :
6- workflow_dispatch :
7- inputs :
8- tmate_enabled :
9- description : ' Start a tmate SSH session on failure'
10- required : false
11- default : false
12- type : boolean
6+ workflow_dispatch
137
148permissions :
159 contents : read # to fetch code (actions/checkout)
@@ -656,6 +650,3 @@ jobs:
656650 env :
657651 GH_TOKEN : ${{ github.token }}
658652 run : gh cache list --repo ${{ github.repository }} --sort size_in_bytes --order desc --limit 30
659- - name : Setup tmate session
660- if : failure() && github.event_name == 'workflow_dispatch' && inputs.tmate_enabled
661- uses : mxschmitt/action-tmate@v3
Original file line number Diff line number Diff line change 99 pull_request :
1010 branches :
1111 - main
12- workflow_dispatch :
13- inputs :
14- tmate_enabled :
15- description : ' Start a tmate SSH session on failure'
16- required : false
17- default : false
18- type : boolean
1912
2013permissions :
2114 contents : read # to fetch code (actions/checkout)
@@ -838,6 +831,3 @@ jobs:
838831 env :
839832 GH_TOKEN : ${{ github.token }}
840833 run : gh cache list --repo ${{ github.repository }} --sort size_in_bytes --order desc --limit 30
841- - name : Setup tmate session
842- if : failure() && github.event_name == 'workflow_dispatch' && inputs.tmate_enabled
843- uses : mxschmitt/action-tmate@v3
You can’t perform that action at this time.
0 commit comments