You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A product may have workflows that are not part of its build or release process that have unpinned dependencies. This may be incidental or intentional. Some method is needed to indicate that these workflows are unrelated to build or release processes.
Observe that unpinned dependencies here do not affect builds or releases
Expected behavior
Some method exists to have workflows indicate that they are not part of a build or release process.
Additional context
It is presumably unfeasible to automatically detect that a workflow is not part of a build or release process, and I suspect an explicit annotation is the only feasible way to accomplish this.
The workflow referenced above is used to test that FreeBSD can be cross-built from Linux and macOS environments obtained by installing the default versions of the build tools, and pinning them would partially defeat the purpose. The workflow builds a FreeBSD kernel using the installed environment but does not store or otherwise handle any built artifacts; the output is merely whether the build was successful or not.
The text was updated successfully, but these errors were encountered:
Describe the bug
A product may have workflows that are not part of its build or release process that have unpinned dependencies. This may be incidental or intentional. Some method is needed to indicate that these workflows are unrelated to build or release processes.
Reproduction steps
Expected behavior
Some method exists to have workflows indicate that they are not part of a build or release process.
Additional context
It is presumably unfeasible to automatically detect that a workflow is not part of a build or release process, and I suspect an explicit annotation is the only feasible way to accomplish this.
The workflow referenced above is used to test that FreeBSD can be cross-built from Linux and macOS environments obtained by installing the default versions of the build tools, and pinning them would partially defeat the purpose. The workflow builds a FreeBSD kernel using the installed environment but does not store or otherwise handle any built artifacts; the output is merely whether the build was successful or not.
The text was updated successfully, but these errors were encountered: