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 f8fe3d6 commit a5b81da
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 @@ -85,7 +85,7 @@ jobs:
needs:
- check_tag
if: |
always() && (needs.check_tag.outputs.exists == false)
${{ needs.check_tag.outputs.exists }} == false
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit a5b81da

Please sign in to comment.