File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Browser Tests
2
2
3
- on : [push]
3
+ on :
4
+ workflow_dispatch :
5
+ push :
4
6
5
7
jobs :
6
8
build :
15
17
- name : Test
16
18
17
19
with :
18
- args : npm run browser-test
20
+ args : npm run browser-test
Original file line number Diff line number Diff line change 3
3
name : Node.js Tests
4
4
5
5
on :
6
+ workflow_dispatch :
6
7
push :
7
8
branches :
8
9
- main
89
90
if : failure() && github.ref == 'early-access'
90
91
env :
91
92
SLACK_WEBHOOK : ${{ secrets.DOCS_ALERTS_SLACK_WEBHOOK }}
92
- SLACK_MESSAGE : " Tests are failing on the `early-access` branch. https://github.com/github/docs-internal/tree/early-access"
93
+ SLACK_MESSAGE : " Tests are failing on the `early-access` branch. https://github.com/github/docs-internal/tree/early-access"
You can’t perform that action at this time.
0 commit comments