mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Adapt other action names for consistency
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user