Skip to content

Commit

Permalink
CI: run R tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella authored Dec 24, 2023
1 parent efd5b1f commit aa3a8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

runs-on: ${{ matrix.platform }}

if: contains(github.event.pull_request.labels.*.name, 'pr:test-r')
if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'pr:test-r')

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit aa3a8a7

Please sign in to comment.