File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ jobs:
120
120
echo "BRANCH: [${BRANCH}](https://github.com/${{ github.repository }}/tree/${BRANCH})" >> $GITHUB_STEP_SUMMARY
121
121
fi
122
122
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
123
124
124
125
# ## Real-world-network tests.
125
126
# Run forge framework upgradability test. This is a PR required job.
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ jobs:
114
114
echo "BRANCH: [${BRANCH}](https://github.com/${{ github.repository }}/tree/${BRANCH})" >> $GITHUB_STEP_SUMMARY
115
115
fi
116
116
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
117
118
118
119
# Test definitions start below
119
120
# To add a new Forge test, add a new job definition below. Copy all fields and change only the:
You can’t perform that action at this time.
0 commit comments