We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1cfced + 4dc2270 commit 024b9d9Copy full SHA for 024b9d9
.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