[llvm] workflows: Add a job for auditing release assets (PR #92829)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 00:58:53 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 * * * *'
----------------
boomanaiden154 wrote:

That's a good point. Looks like `release.edited` might be what we want here. The documentation seems to be a bit sparse though.

https://github.com/llvm/llvm-project/pull/92829


More information about the llvm-commits mailing list