mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00

Neither `release` nor `workflow_dispatch` triggers may be tested inside a PR context. The workflow steps always run from what's already committed to `main`. Rather than waiting for a release to discover some unforeseen workflow problem, allow manual runs to optionally skip the release upload step (by default). Also, update the windows workflow to store an artifact of the signed build, and migrate away from the deprecated "set-output" command. Signed-off-by: Chris Evich <cevich@redhat.com>