mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Allow workflow_dispatch to trigger unit tests, add debugging to updater workflow (#10817)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
510b961562
commit
6572ba474d
4
.github/workflows/Unit-Test.yml
vendored
4
.github/workflows/Unit-Test.yml
vendored
@@ -152,6 +152,10 @@ jobs:
|
||||
export CREW_REPO="${{ github.event.pull_request.head.repo.clone_url }}"
|
||||
export CREW_BRANCH="${{ github.head_ref }}"
|
||||
;;
|
||||
workflow_dispatch)
|
||||
export CREW_REPO="${{ github.event.repository.clone_url }}"
|
||||
export CREW_BRANCH="${{ github.ref_name }}"
|
||||
;;
|
||||
esac
|
||||
if [ -z "${NON_PKG_CHANGED_FILES}" ] && ([ "$PLATFORM" == 'linux/arm/v7' ] && [ -z "${ARMV7L_PACKAGES}" ]); then
|
||||
# Exit the arm container if there are neither non-package changed files nor armv7l compatible packages.
|
||||
|
||||
Reference in New Issue
Block a user