diff --git a/.github/workflows/proto-comment.yml b/.github/workflows/proto-comment.yml index 596243c10..bdb58cc6c 100644 --- a/.github/workflows/proto-comment.yml +++ b/.github/workflows/proto-comment.yml @@ -18,7 +18,8 @@ jobs: download-artifact-and-comment: runs-on: ubuntu-latest if: > - github.event.workflow_run.conclusion == 'success' + github.event.workflow_run.conclusion == 'success' && + ${{ false }} steps: - name: 'Download artifact' uses: actions/github-script@v7.0.1 diff --git a/.github/workflows/test-comment.yml b/.github/workflows/test-comment.yml index 9fc63ddca..cbe7a5722 100644 --- a/.github/workflows/test-comment.yml +++ b/.github/workflows/test-comment.yml @@ -20,7 +20,8 @@ jobs: runs-on: ubuntu-latest if: > github.event.workflow_run.event == 'pull_request' && - github.event.workflow_run.conclusion == 'success' + github.event.workflow_run.conclusion == 'success' && + ${{ false }} steps: - name: Download artifact uses: actions/github-script@v7.0.1