File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 contents : ' read'
2222 id-token : ' write'
2323 runs-on : ubuntu-latest
24- if : ${{ always() }} # Make this step non-cancellable to avoid orphaned instances
24+ if : ${{ github.repository_owner == 'pq-code-package' && !github.event.pull_request.head.repo.fork }}
2525 outputs :
2626 label : ${{ steps.start-ec2-runner.outputs.label }}
2727 ec2-instance-id : ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
9898 - start-ec2-runner
9999 - opentitan_build # required to wait when the main job is done
100100 runs-on : ubuntu-latest
101- if : ${{ always() }} # required to stop the runner even if errors occur
101+ if : ${{ always() && needs.start-ec2-runner.result != 'skipped' }} # required to stop the runner even if errors occur
102102 steps :
103103 - name : Configure AWS credentials
104104 uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
You can’t perform that action at this time.
0 commit comments