Skip to content

Commit d6ddedf

Browse files
committed
see what happens if the target-branch pr is closed
1 parent 82ddef9 commit d6ddedf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/process_docs_changes.yml

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

37-
- name: Filter non-documented branches
38-
run: |
39-
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
4041

4142
- name: Install js dependencies
4243
run: yarn install --frozen-lockfile --prefer-offline

0 commit comments

Comments
 (0)