Skip to content

Commit

Permalink
correct names to run name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerwoud committed Mar 14, 2024
1 parent 20f3cad commit 33ec720
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linter-backend.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: UGent-3-backend-linter
run-name: ${{ github.actor }} is running backend tests πŸš€
run-name: ${{ github.actor }} is running backend linter πŸš€
on: [pull_request]
jobs:
Backend-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-linter-frontend.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: UGent-3-frontend-linter
run-name: ${{ github.actor }} is running tests πŸš€
run-name: ${{ github.actor }} is running frontend linter πŸš€
on: [pull_request]
jobs:
Frontend-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-frontend.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: UGent-3-frontend-test
run-name: ${{ github.actor }} is running tests πŸš€
run-name: ${{ github.actor }} is running frontend tests πŸš€
on: [pull_request]
jobs:
Frontend-tests:
Expand Down

0 comments on commit 33ec720

Please sign in to comment.