ci: better naming for ci

This commit is contained in:
iCrawl
2022-07-20 20:24:09 +02:00
parent 1fb7b30963
commit 8a6ee906a7
6 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
name: Label Sync
name: Label sync
on:
schedule:
- cron: '0 0 * * *'
@@ -9,9 +9,10 @@ on:
paths:
- '.github/labels.yml'
jobs:
labelsync:
label-sync:
name: Label sync
runs-on: ubuntu-latest
if: github.repository_owner == 'discordjs'
steps:
- name: Checkout repository
uses: actions/checkout@v3