Age | Commit message (Collapse) | Author |
|
T7247: removed pr number input for target repo mirror workflow call
|
|
|
|
Instead of trying to fix - what we call - "Schroedingers build environment"
in the outside world calling this package build, we should rather fix the
Makefile/build system..
|
|
|
|
|
|
|
|
|
|
|
|
Integrated per PR smoketests require the build/manifest.json file to retrieve
additional information to be validated inside the runnning image under test.
|
|
|
|
|
|
workflows
|
|
|
|
|
|
|
|
Change vyos mirror URL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GitHub: T6560: action must be run on forked repo
|
|
|
|
n order to properly build and test the code that is to be "merged in",
we need to run this action on the source branch of the PR (pull_request) and
not the target branch of the PR (pull_request_target)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GitHub: T6494: do not use 0/null value to mark build succeed
|
|
|
|
GitHub performs loose equality comparisons.
If the types do not match, GitHub coerces the type to a number. GitHub casts
data types to a number using these conversions:
https://docs.github.com/en/actions/learn-github-actions/expressions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|