Skip to content

Commit 410b57b

Browse files
committed
it works with a closed pr. re-enable non-doc branch filtering
1 parent d6ddedf commit 410b57b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/process_docs_changes.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
with:
3535
babashka-version: 1.12.199
3636

37-
# - name: Filter non-documented branches
38-
# description: This will stop the workflow if the branch isn't master or release-x.\d.x.
39-
# run: |
40-
# bb script/check_incoming_branchname.clj $MAIN_REPO_BRANCH
37+
- name: Filter non-documented branches
38+
description: This will stop the workflow if the branch isn't master or release-x.\d.x.
39+
run: |
40+
bb script/check_incoming_branchname.clj $MAIN_REPO_BRANCH
4141
4242
- name: Install js dependencies
4343
run: yarn install --frozen-lockfile --prefer-offline

0 commit comments

Comments
 (0)