Skip to content

Commit

Permalink
prevent check during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Oct 6, 2023
1 parent 983d200 commit 19d012c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
echo "VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
echo "CLONE_DIR=./imx-docs" >> $GITHUB_ENV
- name: Pending release check
run: ./.github/scripts/check-pending-release.sh
shell: bash
# - name: Pending release check
# run: ./.github/scripts/check-pending-release.sh
# shell: bash

- name: Setup Github
run: |
Expand Down

0 comments on commit 19d012c

Please sign in to comment.