Skip to content

Commit

Permalink
test: disabled ci vrts to bring icons back
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaHoege committed Oct 26, 2023
1 parent b8d1336 commit d514743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

deploy_docker_image:
name: Deploy Docker Image
# needs: [ visual_tests ]
needs: [ validations ]
if: ${{ !(contains(github.event.head_commit.message, 'chore') || contains(github.event.head_commit.message, 'ci')) }}
uses: ./.github/workflows/docker-image.yml
with:
Expand Down

0 comments on commit d514743

Please sign in to comment.