Commit 4cfbafd
authored
Fix: run on-push actions in pull requests from third-party repos (#2505)
The 'on-push' GH actions are not executed (within the context of main
netlab repo) if the pull request comes from another repository, so we
don't know whether they would pass.
This change brings mypy and transformation tests back to the 'on-pull'
workflow, but hopefully executes them only if the source repo is not
'ipspace/netlab'1 parent db381ae commit 4cfbafd
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
26 | 39 | | |
27 | 40 | | |
28 | 41 | | |
| |||
0 commit comments