diff --git a/.github/workflows/image-make-and-publish.yml b/.github/workflows/image-make-and-publish.yml index 76fbec6..2893f17 100644 --- a/.github/workflows/image-make-and-publish.yml +++ b/.github/workflows/image-make-and-publish.yml @@ -81,7 +81,8 @@ jobs: platforms: linux/amd64,linux/arm64 - name: Trigger release job - if: ${{ success() && github.ref_name == 'main' && github.event_name != 'pull_request' && !github.event.repository.private }} + if: false + # if: ${{ success() && github.ref_name == 'main' && github.event_name != 'pull_request' && !github.event.repository.private }} uses: toptal/jenkins-job-trigger-action@master with: jenkins_url: ${{ secrets.JENKINS_URL }}