diff --git a/.github/workflows/browser-test.yml b/.github/workflows/browser-test.yml index d4dca92239..3e90da57c6 100644 --- a/.github/workflows/browser-test.yml +++ b/.github/workflows/browser-test.yml @@ -1,6 +1,8 @@ name: Browser Tests -on: [push] +on: + workflow_dispatch: + push: jobs: build: @@ -15,4 +17,4 @@ jobs: - name: Test uses: ianwalter/puppeteer@3.0.0 with: - args: npm run browser-test \ No newline at end of file + args: npm run browser-test diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ddfde7bbed..92feeb1b21 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,7 @@ name: Node.js Tests on: + workflow_dispatch: push: branches: - main @@ -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" \ No newline at end of file + SLACK_MESSAGE: "Tests are failing on the `early-access` branch. https://github.com/github/docs-internal/tree/early-access"