ci: don't skip verify tests when triggered manually
authorVincent Fu <vincentfu@gmail.com>
Thu, 8 May 2025 18:58:15 +0000 (14:58 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Fri, 16 May 2025 16:09:30 +0000 (12:09 -0400)
commitb56dbc7f25bbb1d575bfe1bb7b6a93b988ffb5f4
tree23c4a4c717ac3db1fba8905ac8599d53cfd32d7e
parente1e42ecdfc2c6b68fe6dc0a3dce52e48a7019e84
ci: don't skip verify tests when triggered manually

When our test suite is triggered manually it skips the verify test
script. Change this so that the verify test script is run when the tests
are manually kicked off. This is accomplished by skipping the verify
test suite only when a push or pull request triggers our tests.

With this change we don't have to wait overnight to see the results of
the verify tests.

Link: https://lore.kernel.org/r/20250508185832.3702-8-vincent.fu@samsung.com
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
ci/actions-full-test.sh