diff --git a/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml b/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml index db37513c..f7c0cbee 100644 --- a/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml +++ b/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml @@ -221,7 +221,7 @@ jobs: trivyignores: '.trivyignore' trivy_scan_rocketchat_notification: - if: ${{ github.event_name == 'schedule' }} && failure() + if: github.event_name == 'schedule' && failure() needs: - scheduled_trivy_scan runs-on: 'ubuntu-latest'