Skip to content

Commit

Permalink
Merge pull request #59 from bonitasoft/7.15.x
Browse files Browse the repository at this point in the history
[merge] 7.15.x into 8.0.x
  • Loading branch information
bonita-ci authored Mar 13, 2024
2 parents c207f12 + 89f17e5 commit ffbc0ff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:

jobs:
build-pr:
if: |
startsWith(github.head_ref, '7.') != 'true' &&
startsWith(github.head_ref, '8.') != 'true' &&
startsWith(github.head_ref, 'master') != 'true' &&
startsWith(github.head_ref, 'release-') != 'true'
if: contains(fromJson(vars.SUPPORTED_BRANCHES).all-branches, github.head_ref) != true
uses: ./.github/workflows/_reusable_build.yml
secrets: inherit

0 comments on commit ffbc0ff

Please sign in to comment.