[AAE-11817] release fix eval condition

This commit is contained in:
Marco Carrozzo 2023-01-10 17:42:08 +01:00 committed by GitHub
parent 28b20afc16
commit fd6f881eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"