diff --git a/.allstar/branch_protection.yaml b/.allstar/branch_protection.yaml index 54a9061f45..9181ff1ff2 100644 --- a/.allstar/branch_protection.yaml +++ b/.allstar/branch_protection.yaml @@ -2,4 +2,4 @@ action: 'log' requireStatusChecks: strict: true contexts: - - "docs_pr_check" + - 'docs_pr_check' diff --git a/.github/workflows/docs-pr-check-bypass.yml b/.github/workflows/docs-pr-check-bypass.yml index aae2698f7a..2c80134fc0 100644 --- a/.github/workflows/docs-pr-check-bypass.yml +++ b/.github/workflows/docs-pr-check-bypass.yml @@ -9,4 +9,5 @@ jobs: docs_pr_check: runs-on: ubuntu-latest steps: - - run: echo "Bypassing docs_pr_check because docs/ was not changed." \ No newline at end of file + - run: echo 'Bypassing docs_pr_check because docs/ was not changed.'' + \ No newline at end of file