Skip to content

Commit 6807261

Browse files
committed
Delay to check the objects
1 parent 3dc7afd commit 6807261

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • .github/actions/helper-detect-changed-files

.github/actions/helper-detect-changed-files/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ runs:
3434
# This should also give 0 changed files so this is mostly explanation of the
3535
# 'interesting' GHA flow.
3636
echo "should_run=false" >> $GITHUB_OUTPUT
37+
git log -p
38+
sleep 30m
3739
exit 1
3840
fi
3941
OREF="failure"

0 commit comments

Comments
 (0)