Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed May 17, 2024
1 parent c7df477 commit ed25ce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-cms-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ jobs:
- name: Adding summary about skip if branch is develop or master
# TODO: remove hardcoded org/repo
run: |
echo "Skipped PR creation because the branch was not a feature branch... " >> $GITHUB_STEP_SUMMARY
echo "Skipped PR creation because the branch was: $RELEASE_BRANCH " >> $GITHUB_STEP_SUMMARY
echo "...which is not considered being a release branch. " >> $GITHUB_STEP_SUMMARY
if: ${{ contains(fromJSON('["develop", "master"]'), env.RELEASE_BRANCH) }}

0 comments on commit ed25ce5

Please sign in to comment.