File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 repository_dispatch :
1010 types : [run-tests]
1111 workflow_dispatch :
12- inputs :
13- tmate_enabled :
14- description : Enable tmate debugging
15- required : true
16- default : " 0"
1712
1813permissions :
1914 contents : read
5045 run : composer run-script code:lint
5146 - name : Code sniff
5247 run : composer run-script codesniff
53- - name : Setup tmate session
54- if : ${{ github.event.inputs.tmate_enabled == '1' }}
55- uses : mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
5648
5749 phpcompatibility :
5850 permissions :
@@ -114,10 +106,6 @@ jobs:
114106 with :
115107 ssh-private-key : ${{ secrets.PANTHEON_CI_SSH_KEY }}
116108
117- - name : Setup tmate session
118- if : ${{ github.event.inputs.tmate_enabled == '1' }}
119- uses : mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
120-
121109 - name : Create multidev environment
122110 run : .github/scripts/create-multidev.sh "$MULTIDEV_NAME" "$TERMINUS_SITE" "$GITHUB_ENV" "dev-${{ github.head_ref || github.ref_name }}"
123111
You can’t perform that action at this time.
0 commit comments