diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index cc35f2e..764bd71 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -8,8 +8,7 @@ permissions: jobs: codespell: if: | - !((github.event_name == 'pull_request' && contains(github.event.pull_request.title, '[citest_skip]')) || - (github.event_name == 'push' && contains(github.event.head_commit.message, '[citest_skip]'))) + !(github.event_name == 'pull_request' && contains(github.event.pull_request.title, '[citest_skip]')) name: Check for spelling errors runs-on: ubuntu-latest steps: diff --git a/.github/workflows/woke.yml b/.github/workflows/woke.yml index 4670ea1..471e7b4 100644 --- a/.github/workflows/woke.yml +++ b/.github/workflows/woke.yml @@ -6,8 +6,7 @@ on: # yamllint disable-line rule:truthy jobs: woke: if: | - !((github.event_name == 'pull_request' && contains(github.event.pull_request.title, '[citest_skip]')) || - (github.event_name == 'push' && contains(github.event.head_commit.message, '[citest_skip]'))) + !(github.event_name == 'pull_request' && contains(github.event.pull_request.title, '[citest_skip]')) name: Detect non-inclusive language runs-on: ubuntu-latest steps: