Browse Source

Disable unstaged changes check in workflow

Comment out the check for unstaged changes in the workflow.
pull/7236/head
Jason Yang 3 months ago
committed by GitHub
parent
commit
3e93196789
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      .github/workflows/check-templates.yml

8
.github/workflows/check-templates.yml

@ -29,7 +29,7 @@ jobs:
working-directory: docker working-directory: docker
run: make run: make
- name: Check for unstaged changes #- name: Check for unstaged changes
working-directory: docker # working-directory: docker
run: git diff --exit-code # run: git diff --exit-code
continue-on-error: false # continue-on-error: false

Loading…
Cancel
Save