diff --git a/.github/workflows/ci-comment.yml b/.github/workflows/ci-comment.yml index 331ff8f3f..ae7b48d07 100644 --- a/.github/workflows/ci-comment.yml +++ b/.github/workflows/ci-comment.yml @@ -11,7 +11,7 @@ name: CI comment on: workflow_run: - workflows: ["CI"] + workflows: ["Continuous Integration"] types: - completed diff --git a/.github/workflows/ci.yml b/.github/workflows/continuous-integration.yml similarity index 99% rename from .github/workflows/ci.yml rename to .github/workflows/continuous-integration.yml index d20f2f31b..56c26e133 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/continuous-integration.yml @@ -2,7 +2,7 @@ # Runs on all platforms (Windows, macOS, and Linux) # for all events (pull request, release, and schedule). -name: CI +name: Continuous Integration on: push: