Skip to content

Commit

Permalink
fix(ci): Fix incorrect changed_any_code check in job_build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Aug 13, 2024
1 parent fd49d0b commit ac9202f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 15
if: |
(needs.job_get_metadata.outputs.changed_any_code) &&
(needs.job_get_metadata.outputs.changed_any_code == 'true') &&
(needs.job_get_metadata.outputs.is_gitflow_sync == 'false' && needs.job_get_metadata.outputs.has_gitflow_label == 'false')
steps:
- name: Check out base commit (${{ github.event.pull_request.base.sha }})
Expand Down

0 comments on commit ac9202f

Please sign in to comment.