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

This commit is contained in:
Shish 2024-10-13 08:01:56 +01:00 committed by GitHub
parent 875c0cb09f
commit 74cc90887a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
name: Release Actions
on:
release:
types: [published]

View file

@ -1,3 +1,5 @@
name: Update All Top Ranking Issues
on:
schedule:
- cron: "0 */12 * * *"

View file

@ -1,3 +1,5 @@
name: Update Weekly Top Ranking Issues
on:
schedule:
- cron: "0 15 * * *"