From 3cc1f44f8201183258dd87ca66b744fd21324c62 Mon Sep 17 00:00:00 2001 From: Nycholas de Oliveira e Oliveira Date: Sat, 20 Jan 2024 13:40:47 -0300 Subject: [PATCH] fix pytype --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 683981b3..3fe1fe0e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,13 +28,13 @@ jobs: if: >- github.event_name == 'issue_comment' && github.event.issue.pull_request && - contains(github.event.issue.body, 'github-actions-workflow: tests') == false + contains(github.event.issue.body, 'github-actions-workflow-tests') == false uses: action-pack/cancel@v1 - name: Comment about start of workflow if: >- github.event_name == 'issue_comment' && github.event.issue.pull_request && - contains(github.event.issue.body, 'github-actions-workflow: tests') + contains(github.event.issue.body, 'github-actions-workflow-tests') env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_ID: ${{ github.event.pull_request.html_url }}