Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally skip ci based on a label in the pr #1444

Merged
merged 17 commits into from
Dec 20, 2023
Prev Previous commit
Next Next commit
wip
  • Loading branch information
dagardner-nv committed Dec 19, 2023
commit be2f2219c92c2cd1e38b3fe74f7eaa4e78f07b74
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
pr_info: ${{ needs.prepare.outputs.pr_info }}
pr_outcome: ${{ needs.prepare.outputs.pr_outcome }}
has_skip_ci_label: ${{ needs.prepare.outputs.has_skip_ci_label }}

run_check: ${{ startsWith(github.ref_name, 'pull-request/') }}
container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-build-230913
test_container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-test-230913
Expand Down