ci: Give names to all github actions (#19080)
This commit is contained in:
parent
875c0cb09f
commit
74cc90887a
3 changed files with 6 additions and 0 deletions
2
.github/workflows/release_actions.yml
vendored
2
.github/workflows/release_actions.yml
vendored
|
@ -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 * * *"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue