Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Jan 21, 2024
1 parent d5af404 commit 034887b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/services-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,13 @@ jobs:
needs:
- check_tag
env:
TAG_EXISTS: ${{ needs.check_tag.outputs.exists }}
if: |
${TAG_EXISTS} == false
${{ needs.check_tag.outputs.exists }} == false
runs-on: ubuntu-latest
steps:
- name: Tag exists
run: |
echo "tag_exists=$TAG_EXISTS"
echo "tag_exists=${{ needs.check_tag.outputs.exists }}"
# - name: Checkout
# uses: actions/checkout@v4
#
Expand Down

0 comments on commit 034887b

Please sign in to comment.