Fix workflow job ids

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-06 10:28:19 +02:00
parent 8ca525d333
commit 3caec56d93
6 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ on:
- '**.json'
jobs:
psalm:
json-validator:
name: Json Validator
runs-on: ubuntu-latest
steps:

View file

@ -47,7 +47,7 @@ jobs:
- name: Lint
run: cd php && composer run lint
summary:
php-lint-summary:
permissions:
contents: none
runs-on: ubuntu-latest

View file

@ -12,7 +12,7 @@ on:
- 'php/**'
jobs:
psalm:
phpdd:
name: PHP Deprecation Detector
runs-on: ubuntu-latest
steps:

View file

@ -6,7 +6,7 @@ on:
- cron: '00 12 * * *'
jobs:
run_update:
talk-update:
name: update talk
runs-on: ubuntu-latest
steps:

View file

@ -6,7 +6,7 @@ on:
- cron: '00 12 * * *'
jobs:
psalm:
update-helm:
name: update helm chart
runs-on: ubuntu-latest
steps:

View file

@ -6,7 +6,7 @@ on:
- cron: '00 12 * * *'
jobs:
psalm:
update-yaml:
name: update yaml files
runs-on: ubuntu-latest
steps: