Adapt other action names for consistency

This commit is contained in:
Oliver Günther
2021-12-20 16:05:20 +01:00
parent cbacc596a2
commit d4432b0530
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name: "Core/Ruby-Brakeman"
name: brakeman
on:
pull_request:
+1 -1
View File
@@ -1,4 +1,4 @@
name: "Core/JS-CodeQL"
name: codeql
on:
pull_request:
+1 -1
View File
@@ -1,4 +1,4 @@
name: Core/CD
name: continuous-delivery
on:
push:
branches:
+1 -1
View File
@@ -1,4 +1,4 @@
name: Crowdin
name: crowdin
on:
workflow_dispatch:
schedule:
+1 -1
View File
@@ -1,4 +1,4 @@
name: Docker
name: docker
on:
# Scheduled workflows run on the latest commit on the default or base branch
schedule:
+1 -1
View File
@@ -1,4 +1,4 @@
name: "Core/Frontend-Linting"
name: eslint
on:
pull_request:
branches:
+1 -1
View File
@@ -1,4 +1,4 @@
name: "Core/Backend-Linting"
name: rubocop
on:
pull_request:
+1 -1
View File
@@ -1,4 +1,4 @@
name: Core/Test
name: "Test suite"
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests
on:
push: