Skip to content

Commit

Permalink
Comment out lint YAML files
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Jun 13, 2024
1 parent 65b0cdb commit 9e6d21b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
- run: make check-style
- name: Lint Python files
run: "${GITHUB_WORKSPACE}/.github/lint-changed-python-files.sh"
- name: Lint YAML tests
run: "${GITHUB_WORKSPACE}/.github/lint-changed-yaml-tests.sh"
# - name: Lint YAML tests
# run: "${GITHUB_WORKSPACE}/.github/lint-changed-yaml-tests.sh"
test-python:
runs-on: ${{ matrix.os }}
needs: [ build ]
Expand Down

0 comments on commit 9e6d21b

Please sign in to comment.