Skip to content

Commit

Permalink
Merge pull request #146 from mvshao/ga-unify
Browse files Browse the repository at this point in the history
[IM] Rename the GitHub Actions
  • Loading branch information
kyma-bot authored Mar 5, 2024
2 parents 9b9e21b + 96926d6 commit 8c31765
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-markdown-link-check.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Daily Markdown Link Check
name: documentation
run-name: ${{github.event.pull_request.title}}
on:
schedule:
# Run everyday at 5:00 AM
- cron: "0 5 * * *"
jobs:
markdown-link-check:
daily-markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: golangci-lint
name: utils
on:
push:
branches:
Expand All @@ -11,8 +11,7 @@ permissions:
# pull-requests: read

jobs:
golangci:
name: lint
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-markdown-link-check.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR Markdown Link Check
name: documentation
run-name: ${{github.event.pull_request.title}}
on: [ pull_request ]
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run unit tests
name: tests

on: [push, pull_request]

Expand All @@ -7,7 +7,7 @@ permissions:
jobs:
# lint:
############################################################################################
validate:
unit-tests:
runs-on: ubuntu-latest
steps:
############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-vuln-check.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Run vuln check
name: security
on:
push:
branches: [ "main" ]
pull_request:
permissions:
contents: read
jobs:
test:
govuln:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 8c31765

Please sign in to comment.