Skip to content

Commit

Permalink
ci: run simple test on all pull_requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart committed Nov 7, 2024
1 parent c8e6e3f commit 7af3f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- '**/*.toml'
- '.github/workflows/test-continuous.yml' # run if this file is changed
- '!docs/conf.py'
pull_request:

permissions:
contents: read
Expand Down Expand Up @@ -66,7 +67,6 @@ jobs:
echo '```' >> $GITHUB_STEP_SUMMARY
- name: Upload coverage reports to Codecov
if: success() || failure()
continue-on-error: true
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
with:
Expand Down

0 comments on commit 7af3f84

Please sign in to comment.