Skip to content

Commit

Permalink
ci: run tests on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rgmz committed Dec 26, 2024
1 parent b928002 commit 66ede3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
report_paths: "tmp/test-results/*.xml"
test-community:
if: ${{ github.event.pull_request.head.repo.fork }}
if: ${{ github.event.pull_request.head.repo.fork || github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
permissions:
actions: "read"
Expand Down

0 comments on commit 66ede3e

Please sign in to comment.