Skip to content

Commit

Permalink
[AUTO] Add workflow_dispatch trigger.
Browse files Browse the repository at this point in the history
Adding a workflow_dispatch trigger is best practice to ensure that workflows can be triggered manually. It will also help with our automation, e.g. triggering stale workflows: soundcloud/builds#167.

We (cloudeng) will take care of merging this PR.
  • Loading branch information
remover committed Apr 21, 2023
1 parent fc138f7 commit d9ec359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

name: Publish documentation
on:
workflow_dispatch:
push:
branches: [ master ]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Node.js CI
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
Expand Down

0 comments on commit d9ec359

Please sign in to comment.