mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[AAE-11817] release fix eval condition
This commit is contained in:
parent
28b20afc16
commit
fd6f881eab
2
.github/actions/before-install/action.yml
vendored
2
.github/actions/before-install/action.yml
vendored
@ -45,7 +45,7 @@ runs:
|
|||||||
echo "BREAK_ACTION=true" >> $GITHUB_ENV
|
echo "BREAK_ACTION=true" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: PULL_REQUEST event
|
- name: PULL_REQUEST event
|
||||||
if: ${{ env.BREAK_ACTION == false && github.event_name == 'pull_request' }}
|
if: ${{ env.BREAK_ACTION == false && github.event_name == 'pull_request' && !github.event.pull_request.merged }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "Setting up CI flags for Pull Request event"
|
echo "Setting up CI flags for Pull Request event"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user