Skip to content

Commit 0ff86f6

Browse files
authored
Merge pull request #11 from metabase/process_docs_hotfix
2 parents ea56750 + 6a867a7 commit 0ff86f6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/process_docs_changes.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Process Docs Changes
22
on:
3-
# pull_request:
4-
# branches:
5-
# - master
63
workflow_dispatch:
74
inputs:
85
branch_name:
@@ -37,7 +34,6 @@ jobs:
3734
babashka-version: 1.12.199
3835

3936
- name: Filter non-documented branches
40-
description: This will stop the workflow if the branch isn't master or release-x.\d.x.
4137
run: |
4238
bb script/check_incoming_branchname.clj $MAIN_REPO_BRANCH
4339

0 commit comments

Comments
 (0)