Skip to content

Commit 51894d4

Browse files
authored
[forge] add a message to the summary on how to cancel a job (#14919)
1 parent 71e0302 commit 51894d4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/forge-stable.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
echo "BRANCH: [${BRANCH}](https://github.com/${{ github.repository }}/tree/${BRANCH})" >> $GITHUB_STEP_SUMMARY
121121
fi
122122
echo "IMAGE_TAG: [${IMAGE_TAG}](https://github.com/${{ github.repository }}/commit/${IMAGE_TAG})" >> $GITHUB_STEP_SUMMARY
123+
echo "To cancel this job, do `pnpm infra ci cancel-workflow ${{ github.run_id }}` from internal-ops" >> $GITHUB_STEP_SUMMARY
123124
124125
### Real-world-network tests.
125126
# Run forge framework upgradability test. This is a PR required job.

.github/workflows/forge-unstable.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
echo "BRANCH: [${BRANCH}](https://github.com/${{ github.repository }}/tree/${BRANCH})" >> $GITHUB_STEP_SUMMARY
115115
fi
116116
echo "IMAGE_TAG: [${IMAGE_TAG}](https://github.com/${{ github.repository }}/commit/${IMAGE_TAG})" >> $GITHUB_STEP_SUMMARY
117+
echo "To cancel this job, do `pnpm infra ci cancel-workflow ${{ github.run_id }}` from internal-ops" >> $GITHUB_STEP_SUMMARY
117118
118119
# Test definitions start below
119120
# To add a new Forge test, add a new job definition below. Copy all fields and change only the:

0 commit comments

Comments
 (0)