Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Mar 15, 2024
1 parent 0b5ef40 commit c336036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/collector-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set builder tag
id: set-builder-tag
if: |
steps.changed.outputs.builder-changed ||
steps.changed.outputs.builder-changed == 'true' ||
contains(github.event.pull_request.labels.*.name, 'build-builder-image') || (
github.event_name == 'push' && (
github.ref_type == 'tag' || startsWith(github.ref_name, 'release-')
Expand Down

0 comments on commit c336036

Please sign in to comment.