Skip to content

Commit

Permalink
remove verify from normal ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Jan 29, 2025
1 parent c60f8da commit cfcd84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ jobs:
verify_ee_image_vulnerabilities:
runs-on: ubicloud
needs: [tag_latest_ee]
if: ${{ startsWith(github.ref, 'refs/tags/v') }} && (github.event_name != 'workflow_dispatch')
if: startsWith(github.ref, 'refs/tags/v') && (github.event_name != 'workflow_dispatch')
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit cfcd84b

Please sign in to comment.