mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
62e6ab6dda
When we run CI not on a pull request, the commit job is skipped, as a result, all-done is also skipped. To allow all-done to succeed, modify the commit job to succeed for non-PRs. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>