Skip to content

Commit

Permalink
Remove next from ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanpro committed Oct 18, 2024
1 parent 0d86705 commit 107fcd2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 107fcd2

Please sign in to comment.