-
Notifications
You must be signed in to change notification settings - Fork 138
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
ci: Prevent certain checks from running on forked PRs #16047
base: develop
Are you sure you want to change the base?
ci: Prevent certain checks from running on forked PRs #16047
Conversation
Node: HAPI Test (Restart) Results9 files 1 errors 8 suites 7m 50s ⏱️ For more details on these parsing errors, see this check. Results for commit d62de25. ♻️ This comment has been updated with latest results. |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #16047 +/- ##
==========================================
Coverage 63.53% 63.53%
- Complexity 20370 20372 +2
==========================================
Files 2537 2537
Lines 94746 94757 +11
Branches 9902 9904 +2
==========================================
+ Hits 60198 60206 +8
- Misses 30941 30946 +5
+ Partials 3607 3605 -2 |
47a7e08
to
2b822a9
Compare
**Description**: Add a check to any workflow file steps which use secrets.* token or default GITHUB_TOKEN. **Related Issue(s)**: Signed-off-by: Andrew Brandt <[email protected]>
2b822a9
to
3a70aef
Compare
Signed-off-by: Andrew Brandt <[email protected]>
6557505
to
e2a981d
Compare
Signed-off-by: Andrew Brandt <[email protected]>
ec1e411
to
9eab51e
Compare
…, update spacing between jobs. Signed-off-by: Andrew Brandt <[email protected]>
…etween jobs. Signed-off-by: Andrew Brandt <[email protected]>
Signed-off-by: Andrew Brandt <[email protected]>
Signed-off-by: Andrew Brandt <[email protected]>
Signed-off-by: Andrew Brandt <[email protected]>
Signed-off-by: Andrew Brandt <[email protected]>
Signed-off-by: Andrew Brandt <[email protected]>
Signed-off-by: Andrew Brandt <[email protected]>
Signed-off-by: Andrew Brandt <[email protected]>
Signed-off-by: Andrew Brandt <[email protected]>
Signed-off-by: Andrew Brandt <[email protected]>
…kflow_dispatch fork checks that were missed. Signed-off-by: Andrew Brandt <[email protected]>
Signed-off-by: Andrew Brandt <[email protected]>
Signed-off-by: Andrew Brandt <[email protected]>
…le job is skipped if on a forked repo. Signed-off-by: Andrew Brandt <[email protected]>
Major updates:
|
…ain-checks-from-running-on-forked-prs
Co-authored-by: Nathan Klick <[email protected]> Signed-off-by: Andrew Brandt <[email protected]>
…-on-forked-prs Signed-off-by: Andrew Brandt <[email protected]>
Signed-off-by: Andrew Brandt <[email protected]>
Signed-off-by: Andrew Brandt <[email protected]>
Description:
Add a check for a forked repo to any workflow file steps which use secrets.* token or default GITHUB_TOKEN.
Related Issue(s):
Fixes #16004