diff --git a/.github/workflows/ci-linter-backend.yaml b/.github/workflows/ci-linter-backend.yaml index a9d56c74..2b52c0ea 100644 --- a/.github/workflows/ci-linter-backend.yaml +++ b/.github/workflows/ci-linter-backend.yaml @@ -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: diff --git a/.github/workflows/ci-linter-frontend.yaml b/.github/workflows/ci-linter-frontend.yaml index 532e60ef..5b27b9ab 100644 --- a/.github/workflows/ci-linter-frontend.yaml +++ b/.github/workflows/ci-linter-frontend.yaml @@ -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: diff --git a/.github/workflows/ci-test-frontend.yaml b/.github/workflows/ci-test-frontend.yaml index 9231841c..8d976eb4 100644 --- a/.github/workflows/ci-test-frontend.yaml +++ b/.github/workflows/ci-test-frontend.yaml @@ -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: