Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed May 31, 2024
1 parent 1edf9d1 commit e40a9ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev-to-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e40a9ca

Please sign in to comment.