Skip to content

Commit

Permalink
workflow test (TransformerOptimus#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluder-Paradyne authored Aug 4, 2023
1 parent 55abeb2 commit 1cadef8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
test:
# eliminate duplicate runs
if: github.event_name == 'push' || (github.event.pull_request.head.repo.fork == (github.event_name == 'pull_request_target'))

permissions:
# Gives the action the necessary permissions for publishing new
Expand All @@ -53,6 +51,7 @@ jobs:
# python-coverage-comment-action branch, and for editing existing
# comments (to avoid publishing multiple comments in the same PR)
contents: write

runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
Expand Down

0 comments on commit 1cadef8

Please sign in to comment.