Skip to content

Commit

Permalink
WIP: Run CI on depending prs
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Jan 29, 2024
1 parent 554aa08 commit 57170ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ master, '[0-9]+.[0-9]' ]
pull_request:
branches: [ master, '[0-9]+.[0-9]' ]

permissions: {}
jobs:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 57170ee

Please sign in to comment.