diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index fc68212599..df3343c519 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -97,7 +97,7 @@ jobs: compression-level: 9 push_to_canary_channel: - if: github.event_name == 'push' && github.ref == 'refs/heads/main' && ${{ github.ref == 'refs/heads/main' && github.ref_type != 'tag' && contains(github.event.head_commit.message, '[skip post]') == false && contains(github.event.head_commit.message, 's#') == false }} + if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.ref_type != 'tag' && !contains(github.event.head_commit.message, '[skip post]') && !contains(github.event.head_commit.message, 's#') runs-on: ubuntu-latest name: Push to Canary Channel needs: build_app