Skip to content

Commit

Permalink
ci: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilgajera-crest committed Aug 6, 2024
1 parent 893ba75 commit 6b77e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
echo "$test_type""_labeled: ${EXECUTE_LABELED["$test_type"]}"
done
- name: job summary
run: echo $EXECUTE_LABELED >> $GITHUB_STEP_SUMMARY
run: echo "### Hello world! ${EXECUTE_LABELED}" >> $GITHUB_STEP_SUMMARY

validate-pr-title:
name: Validate PR title
Expand Down

0 comments on commit 6b77e8b

Please sign in to comment.