diff --git a/.github/workflows/commit-all-to-bleeding-edge.yml b/.github/workflows/commit-all-to-bleeding-edge.yml index 39ca8bccc..fed139229 100644 --- a/.github/workflows/commit-all-to-bleeding-edge.yml +++ b/.github/workflows/commit-all-to-bleeding-edge.yml @@ -9,6 +9,7 @@ on: jobs: merge: runs-on: ubuntu-latest + if: contains(github.event.head_commit.message, '[skip-edge]') == false steps: - name: Checkout Repository