We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ddef9 commit d6ddedfCopy full SHA for d6ddedf
.github/workflows/process_docs_changes.yml
@@ -34,9 +34,10 @@ jobs:
34
with:
35
babashka-version: 1.12.199
36
37
- - name: Filter non-documented branches
38
- run: |
39
- bb script/check_incoming_branchname.clj $MAIN_REPO_BRANCH
+ # - name: Filter non-documented branches
+ # description: This will stop the workflow if the branch isn't master or release-x.\d.x.
+ # run: |
40
+ # bb script/check_incoming_branchname.clj $MAIN_REPO_BRANCH
41
42
- name: Install js dependencies
43
run: yarn install --frozen-lockfile --prefer-offline
0 commit comments