We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615c670 commit 2cb4d24Copy full SHA for 2cb4d24
.github/workflows/build.yml
@@ -127,7 +127,9 @@ jobs:
127
runs-on: ubuntu-20.04
128
timeout-minutes: 15
129
if: |
130
- needs.job_get_metadata.outputs.changed_any_code == 'true' &&
+ needs.job_get_metadata.outputs.changed_any_code == 'true' ||
131
+ needs.job_get_metadata.outputs.is_develop == 'true' ||
132
+ needs.job_get_metadata.outputs.is_release == 'true' ||
133
(needs.job_get_metadata.outputs.is_gitflow_sync == 'false' && needs.job_get_metadata.outputs.has_gitflow_label == 'false')
134
steps:
135
- name: Check out base commit (${{ github.event.pull_request.base.sha }})
0 commit comments