From 676bc572b7f31b0a307aa18fc8c16f1346948925 Mon Sep 17 00:00:00 2001 From: Nate Wolfe Date: Thu, 22 Feb 2024 16:03:04 -0800 Subject: [PATCH] (CDPE-6528) Make Build-Test job callable So we can invoke it from our release automation in PipelinesInfra. --- .github/workflows/build-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 1e68ce7..9233c84 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -1,6 +1,9 @@ name: Build-Test + on: - - pull_request + pull_request: + workflow_dispatch: + jobs: Build-Test: runs-on: ubuntu-latest