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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
4 deletions
-
.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 |
|
|
|