Commit 022cb13
committed
Fix: run on-push actions in pull requests from third-party repos
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 b239d6c commit 022cb13
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