diff --git a/.github/workflows/image_build_push.yml b/.github/workflows/image_build_push.yml index 4408706..1a66974 100644 --- a/.github/workflows/image_build_push.yml +++ b/.github/workflows/image_build_push.yml @@ -75,7 +75,7 @@ jobs: fi build: - if: ${{ !contains(github.event.head_commit.author.name, 'Github Actions bot to update .env with latest tags') }} + if: ${{ !contains(github.event.release.body, 'Triggered on e-mission-server new release. Bumping up release version.') }} needs: [get-branch-name] uses: MukuFlash03/e-mission-server/.github/workflows/reusable_image_build_push.yml@cleanup-cicd with: