Skip to content

Workflow file for this run

name: Post Test Process

Check failure on line 1 in .github/workflows/post_test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/post_test.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: post-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"