Skip to content

Commit

Permalink
Merge pull request #102 from bdice/move-dfg-to-other-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored May 26, 2023
2 parents fce1bcb + 53b2104 commit 46cc9d7
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Check workflow file dependencies
if: ${{ inputs.enable_check_pr_job_dependencies }}
run: rapids-check-pr-job-dependencies
- name: Run rapids-dependency-file-checker
if: ${{ inputs.enable_check_generated_files }}
run: rapids-dependency-file-checker ${{ inputs.dependency_generator_config_file_path }}
check-style:
if: ${{ inputs.enable_check_style }}
runs-on: ubuntu-latest
Expand All @@ -69,13 +72,3 @@ jobs:
run: ci/check_style.sh
env:
RAPIDS_BASE_BRANCH: ${{ fromJSON(steps.get-pr-info.outputs.pr-info).base.ref }}
check-generated-files:
if: ${{ inputs.enable_check_generated_files }}
runs-on: ubuntu-latest
container:
image: rapidsai/ci:latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run rapids-dependency-file-checker
run: rapids-dependency-file-checker ${{ inputs.dependency_generator_config_file_path }}

0 comments on commit 46cc9d7

Please sign in to comment.