[llvm] workflows: Add a job for auditing release assets (PR #92829)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 09:58:46 PDT 2024
================
@@ -0,0 +1,45 @@
+name: Release Asset Audit
+
+on:
+ workflow_dispatch:
+ schedule:
+ # * is a special character in YAML so you have to quote this string
+ # Run once an hour
+ - cron: '5 * * * *'
----------------
tstellar wrote:
I've added a release trigger now, but it doesn't seem to work.
https://github.com/llvm/llvm-project/pull/92829
More information about the llvm-commits
mailing list