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.
changed_any_code
job_build
1 parent fd49d0b commit 3fc12c6Copy full SHA for 3fc12c6
.github/workflows/build.yml
@@ -127,7 +127,7 @@ jobs:
127
runs-on: ubuntu-20.04
128
timeout-minutes: 15
129
if: |
130
- (needs.job_get_metadata.outputs.changed_any_code) &&
+ needs.job_get_metadata.outputs.changed_any_code == 'true' &&
131
(needs.job_get_metadata.outputs.is_gitflow_sync == 'false' && needs.job_get_metadata.outputs.has_gitflow_label == 'false')
132
steps:
133
- name: Check out base commit (${{ github.event.pull_request.base.sha }})
0 commit comments