Skip to content

Commit

Permalink
Merge pull request #1600 from alicevision/ci/runDraftPRs
Browse files Browse the repository at this point in the history
Run CI on draft pull requests
  • Loading branch information
fabiencastan authored Nov 17, 2023
2 parents d80c19b + 233e580 commit 7377490
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ on:
jobs:
build-linux:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
container:
image: alicevision/alicevision-deps:2023.10.12-centos7-cuda11.3.1
env:
Expand Down Expand Up @@ -127,7 +126,6 @@ jobs:
build-windows:
runs-on: windows-latest
if: github.event.pull_request.draft == false
env:
DEPS_INSTALL_DIR: '${{ github.workspace }}/install'
buildDir: '${{ github.workspace }}/build/'
Expand Down

0 comments on commit 7377490

Please sign in to comment.