Skip to content

Commit

Permalink
fix pytype
Browse files Browse the repository at this point in the history
  • Loading branch information
nycholas committed Jan 20, 2024
1 parent be6b000 commit 3cc1f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3cc1f44

Please sign in to comment.