Skip to content

Commit

Permalink
attempt first not to fail when there are changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Jul 17, 2024
1 parent b4d7b13 commit 6c53d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_newcd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: tj-actions/verify-changed-files@v20
id: verify-changed-files
with:
fail-if-changed: "true"
fail-if-changed: "false"
- name: List all changed tracked and untracked files 🛎️
env:
CHANGED_FILES: ${{ steps.verify-changed-files.outputs.changed_files }}
Expand Down

0 comments on commit 6c53d9a

Please sign in to comment.