Skip to content

Commit

Permalink
Disable CI validator for debugging purproses
Browse files Browse the repository at this point in the history
  • Loading branch information
nubtron committed Oct 4, 2024
1 parent fb3168b commit c0d6d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
run: ddev validate agent-reqs $TARGET

- name: Validate CI configuration
if: inputs.ci
if: inputs.ci && false
run: ddev validate ci

- name: Validate the CODEOWNERS file
Expand Down

0 comments on commit c0d6d6e

Please sign in to comment.