From e40a9cadf6824f05be957fe2740f1d20d700a22a Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Fri, 31 May 2024 15:42:43 -0700 Subject: [PATCH] comment --- .github/workflows/dev-to-stage.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dev-to-stage.yml b/.github/workflows/dev-to-stage.yml index 87889e88d..ccadc8c57 100644 --- a/.github/workflows/dev-to-stage.yml +++ b/.github/workflows/dev-to-stage.yml @@ -57,6 +57,10 @@ jobs: # Stage tests have passed or skipped # so it is safe to update the stage branch with the changes in dev # and upload RC builds with the tested changes to JFrog + # We store the subsequent jobs after the stage tests in a separate reusable workflow + # because if stage tests were skipped, all subsequent jobs will be skipped by default too (both direct and indirect descendents) + # This means we have to add a manual check for each subsequent job that checks if the stage tests were skipped in order to run them + # It's easier to just add this manual check once to a reusable workflow that wraps around all those jobs bump-stage-and-upload-to-jfrog: needs: [ run-stage-tests,