We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c81b6 commit 6d81606Copy full SHA for 6d81606
.github/workflows/post_test.yml
@@ -3,7 +3,7 @@ on:
3
pull_request:
4
jobs:
5
post-process:
6
- name: Post process for workflow run id
+ name: Post process for workflow run id ${workflow_run_id}, attempt ${attempt} and job id ${job_id}
7
if: github.repository_owner == 'pytorch'
8
runs-on: ubuntu-22.04
9
permissions:
0 commit comments