Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Dec 19, 2023
1 parent 5acfc68 commit 94dc738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
name: CI Pipeline
needs: [prepare]
uses: ./.github/workflows/ci_pipe.yml

# Only run the CI pipeline if the PR does not have the skip-ci label
if: ${{ ! fromJSON(needs.prepare.outputs.has_skip_ci_label) }}
with:
run_check: ${{ startsWith(github.ref_name, 'pull-request/') }}
Expand Down

0 comments on commit 94dc738

Please sign in to comment.