diff --git a/.github/workflows/automated-run.yml b/.github/workflows/automated-run.yml index 1bb9ea6dbab..f81f48c2dd4 100644 --- a/.github/workflows/automated-run.yml +++ b/.github/workflows/automated-run.yml @@ -127,3 +127,4 @@ jobs: run: ./sync_then_diff.sh - name: Show Debug Log run: cat $DATADIR/debug.log + if: ${{ failure() || success() }}