This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Post Test Process | ||
on: | ||
pull_request: | ||
jobs: | ||
post-process: | ||
name: Post process for workflow run id ${workflow_run_id}, attempt ${attempt} and job id ${job_id} | ||
if: github.repository_owner == 'pytorch' | ||
runs-on: ubuntu-22.04 | ||
permissions: | ||
id-token: write | ||
run: | | ||
echo "Current workflow path: $GITHUB_WORKFLOW" |