Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/browser-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Browser Tests

on: [push]
on:
workflow_dispatch:
push:

jobs:
build:
Expand All @@ -15,4 +17,4 @@ jobs:
- name: Test
uses: ianwalter/[email protected]
with:
args: npm run browser-test
args: npm run browser-test
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Node.js Tests

on:
workflow_dispatch:
push:
branches:
- main
Expand Down Expand Up @@ -89,4 +90,4 @@ jobs:
if: failure() && github.ref == 'early-access'
env:
SLACK_WEBHOOK: ${{ secrets.DOCS_ALERTS_SLACK_WEBHOOK }}
SLACK_MESSAGE: "Tests are failing on the `early-access` branch. https://github.com/github/docs-internal/tree/early-access"
SLACK_MESSAGE: "Tests are failing on the `early-access` branch. https://github.com/github/docs-internal/tree/early-access"