From 107fcd2c05b80a78e3d5319f98326cc7336f5284 Mon Sep 17 00:00:00 2001 From: Nolan Ehrstrom Date: Fri, 18 Oct 2024 08:52:59 -0700 Subject: [PATCH] Remove next from ci config --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39b1b9b69..370ec8eb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,6 @@ jobs: - name: set-vfe-branch run: | export VFE_BRANCH='' - if [[ ${{ contains(github.event.pull_request.body, 'ci:next') }} ]]; then - export VFE_BRANCH=next - fi if [[ "${{ steps.install-vfe.outputs.match }}" != "" ]]; then export VFE_BRANCH=${{ steps.install-vfe.outputs.group1 }} fi