Skip to content

Commit

Permalink
Add message to summary
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Sep 13, 2024
1 parent ca0c51d commit f3a8cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
run: |
$isFork = $${{ github.event.pull_request.head.repo.fork }}
if($isFork) {
echo "### WARNING: This workflow is disabled for forked repositories. Please follow the release branch process if end to end tests are required." >> $GITHUB_STEP_SUMMARY
echo "### WARNING: This workflow is disabled for forked repositories. Please follow the [release branch process](https://azure.github.io/Azure-Verified-Modules/contributing/terraform/terraform-contribution-flow/#5-create-a-pull-request-to-the-upstream-repository) if end to end tests are required." >> $env:GITHUB_STEP_SUMMARY
}
run-e2e-tests:
Expand Down

0 comments on commit f3a8cac

Please sign in to comment.