File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3232 start-build-runner :
3333 name : Start CPU-only EC2 runner for build
3434 runs-on : ubuntu-latest
35+ if : github.event.pull_request.draft == false || github.event_name != 'pull_request_target'
3536 outputs :
3637 label : ${{ steps.start-build-runner.outputs.label }}
3738 ec2-instance-id : ${{ steps.start-build-runner.outputs.ec2-instance-id }}
5657 # BUILD FVDB
5758 # #############################################################################
5859 fvdb-build :
59- if : ${{ !startsWith(github.event.pull_request.title, 'Draft:') }}
6060 name : fVDB Build
6161 needs : start-build-runner
6262 runs-on : ${{ needs.start-build-runner.outputs.label }}
Original file line number Diff line number Diff line change 3232 start-build-runner :
3333 name : Start CPU-only EC2 runner for build
3434 runs-on : ubuntu-latest
35+ if : github.event.pull_request.draft == false || github.event_name != 'pull_request_target'
3536 outputs :
3637 label : ${{ steps.start-build-runner.outputs.label }}
3738 ec2-instance-id : ${{ steps.start-build-runner.outputs.ec2-instance-id }}
5657 # BUILD FVDB
5758 # #############################################################################
5859 fvdb-build :
59- if : ${{ !startsWith(github.event.pull_request.title, 'Draft:') }}
6060 name : fVDB Build
6161 needs : start-build-runner
6262 runs-on : ${{ needs.start-build-runner.outputs.label }}
Original file line number Diff line number Diff line change 4848 start-build-runner :
4949 name : Start CPU-only EC2 runner for build
5050 runs-on : ubuntu-latest
51+ if : github.event.pull_request.draft == false || github.event_name != 'pull_request_target'
5152 outputs :
5253 label : ${{ steps.start-build-runner.outputs.label }}
5354 ec2-instance-id : ${{ steps.start-build-runner.outputs.ec2-instance-id }}
You can’t perform that action at this time.
0 commit comments