Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Jan 21, 2024
1 parent 025f357 commit 56e5d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/services-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
name: Build and push
needs:
- check_tag
if: ${{ needs.check_tag.outputs.is_new == "true" }}
if: needs.check_tag.outputs.is_new == 'true'
runs-on: ubuntu-latest
steps:
- name: Tag exists
Expand Down

0 comments on commit 56e5d90

Please sign in to comment.