Adapt other action names for consistency

pull/10000/head
Oliver Günther 3 years ago
parent cbacc596a2
commit d4432b0530
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      .github/workflows/brakeman-scan-core.yml
  2. 2
      .github/workflows/codeql-scan-core.yml
  3. 2
      .github/workflows/continuous-delivery.yml
  4. 2
      .github/workflows/crowdin.yml
  5. 2
      .github/workflows/docker.yml
  6. 2
      .github/workflows/eslint-core.yml
  7. 2
      .github/workflows/rubocop-core.yml
  8. 2
      .github/workflows/test-core.yml

@ -1,4 +1,4 @@
name: "Core/Ruby-Brakeman"
name: brakeman
on:
pull_request:

@ -1,4 +1,4 @@
name: "Core/JS-CodeQL"
name: codeql
on:
pull_request:

@ -1,4 +1,4 @@
name: Core/CD
name: continuous-delivery
on:
push:
branches:

@ -1,4 +1,4 @@
name: Crowdin
name: crowdin
on:
workflow_dispatch:
schedule:

@ -1,4 +1,4 @@
name: Docker
name: docker
on:
# Scheduled workflows run on the latest commit on the default or base branch
schedule:

@ -1,4 +1,4 @@
name: "Core/Frontend-Linting"
name: eslint
on:
pull_request:
branches:

@ -1,4 +1,4 @@
name: "Core/Backend-Linting"
name: rubocop
on:
pull_request:

@ -1,4 +1,4 @@
name: Core/Test
name: "Test suite"
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests
on:
push:

Loading…
Cancel
Save