ci: Give names to all github actions (#19080)

This commit is contained in:
Shish
2024-10-13 03:01:56 -04:00
committed by GitHub
parent 875c0cb09f
commit 74cc90887a
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
name: Release Actions
on:
release:
types: [published]
@@ -1,3 +1,5 @@
name: Update All Top Ranking Issues
on:
schedule:
- cron: "0 */12 * * *"
@@ -1,3 +1,5 @@
name: Update Weekly Top Ranking Issues
on:
schedule:
- cron: "0 15 * * *"