Skip to content

Commit

Permalink
Run CI on main branch (#217)
Browse files Browse the repository at this point in the history
Unfortunately there is no way to test this prior to merging.

fixes #216

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #217
  • Loading branch information
dagardner-nv authored Dec 2, 2022
1 parent 2598295 commit 1af998e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ on:
push:
branches:
- 'pull-request/**'
- "branch-*"
- 'branch-*'
- 'main'

# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
Expand All @@ -31,7 +32,7 @@ jobs:
uses: ./.github/workflows/ci_pipe.yml
with:
run_check: ${{ startsWith(github.ref_name, 'pull-request/') }}
run_package_conda: ${{ startsWith(github.ref_name, 'branch-') }}
run_package_conda: ${{ !startsWith(github.ref_name, 'pull-request/') }}
container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-driver-221130
test_container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-base-221130
secrets:
Expand Down

0 comments on commit 1af998e

Please sign in to comment.