-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working on PR actions #134
Conversation
Codecov Report
@@ Coverage Diff @@
## master #134 +/- ##
==========================================
+ Coverage 91.87% 92.21% +0.33%
==========================================
Files 18 18
Lines 554 578 +24
==========================================
+ Hits 509 533 +24
Misses 45 45
|
Hmmm, looks like it needs GH action permissions expansion for scasanova/f1dataR to commit to pbulsink/f1dataR. |
I.e. don't do it if just a PR, but only after push to [master, main]
OK I finally have this sorted. Style & Doc runs (but doesn't try to commit) for a PR. If it's a Push (i.e. when a PR is merged) THEN the style & doc runs AND commits (hopefully without triggering a new GH Actions run!) |
Style & Docs should build before PR is merged...