1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Fix condition

This commit is contained in:
Adria Navarro 2023-12-14 10:52:29 +01:00
parent 46abfdd1ea
commit 5f62004675

View file

@ -8,8 +8,7 @@ on:
jobs:
release:
if: |
github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.full_name == 'Budibase/budibase'||
(github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'Budibase/budibase') &&
contains(github.event.issue.labels.*.name, 'feature-branch')
runs-on: ubuntu-latest
steps: