From 6058a92bf43cec5ded85f0a4515b3889050d46fb Mon Sep 17 00:00:00 2001 From: ydshieh Date: Thu, 3 Oct 2024 21:17:32 +0200 Subject: [PATCH] check why we need this part --- .github/workflows/self-comment-slow-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/self-comment-slow-ci.yml b/.github/workflows/self-comment-slow-ci.yml index 1ee5270b42205d..4decf7466e9c77 100644 --- a/.github/workflows/self-comment-slow-ci.yml +++ b/.github/workflows/self-comment-slow-ci.yml @@ -33,6 +33,7 @@ jobs: echo "${{ github.event.issue.pull_request != null }}" echo "${{ github.event.pull_request != null }}" echo "${{ github.workflow }}-${{ github.event.pull_request.number || github.event.issue.number }}-${{ contains(github.event.comment.body, '/pytest') }}" + sleep 15m # - name: Set up GitHub CLI # uses: actions/checkout@v4