Commit f096d48
authored
### Rationale for this change
Closes #48142
Prevents Github workflows to periodically run on forked repos
### What changes are included in this PR?
Add a gate to the two github workflows to prevent them from periodically running on forked repos.
### Are these changes tested?
Yes, manually
### Are there any user-facing changes?
No
**This PR includes breaking changes to public APIs.** (If there are any breaking changes to public APIs, please explain which changes are breaking. If not, you can remove this.)
**This PR contains a "Critical Fix".** (If the changes fix either (a) a security vulnerability, (b) a bug that caused incorrect or invalid data to be produced, or (c) a bug that causes a crash (even when the API contract is upheld), please provide explanation. If not, you can remove this.)
* GitHub Issue: #48142
Authored-by: Kevin Liu <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
1 parent 7c3d486 commit f096d48
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments