From 57170ee7a9724ea132237c2cc9c21a7ccb7f72b1 Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Sat, 27 Jan 2024 21:29:04 +0100 Subject: [PATCH] WIP: Run CI on depending prs https://neos-project.slack.com/archives/C04PYL8H3/p1706387315158229 --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6732459c42..eca74e7b13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,6 @@ on: push: branches: [ master, '[0-9]+.[0-9]' ] pull_request: - branches: [ master, '[0-9]+.[0-9]' ] permissions: {} jobs: @@ -64,16 +63,13 @@ jobs: FLOW_CONTEXT: Testing FLOW_DIST_FOLDER: flow-development-distribution FLOW_FOLDER: flow-development-collection + FLOW_TARGET_VERSION: '9.0' defaults: run: working-directory: ${{ env.FLOW_DIST_FOLDER }} steps: - - name: Set Flow target branch name - run: echo "FLOW_TARGET_VERSION=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV - working-directory: . - - name: Checkout uses: actions/checkout@v2 with: