Skip to content

Commit

Permalink
Run Ubuntu 22.04 R devel workflow only on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
klevdiamanti committed Jul 12, 2024
1 parent 3e534fd commit 03b645d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix_config_check.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
{
"os": "ubuntu-22.04",
"r": "devel",
"runOn": "always"
"runOn": "pull_request"
}
]

0 comments on commit 03b645d

Please sign in to comment.