Skip to content

Commit

Permalink
disable untracked just to test
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderDake committed Jul 14, 2023
1 parent d5e76a6 commit f6baa8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-candidate-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Create the PR
run: |
set -ex
if ! [[ `git status --porcelain --untracked-files=no` ]]; then
if ! [[ `git status --porcelain #--untracked-files=no` ]]; then
# No changes made, so we can just exit.
echo "No change to the flutter-candidate.txt file"
exit
Expand Down
1 change: 0 additions & 1 deletion flutter-candidate.txt

This file was deleted.

0 comments on commit f6baa8e

Please sign in to comment.