We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf682b3 commit 4dc2270Copy full SHA for 4dc2270
.github/workflows/files-changed.yml
@@ -79,3 +79,6 @@ jobs:
79
fi
80
env:
81
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82
+ - name: Finalize
83
+ if: failure()
84
+ run: echo "Workflow completed. No changes were necessary."
0 commit comments