From 215706fa1eb93f3bcdb748cec39b8957c95bb2cf Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sat, 9 Nov 2024 20:15:06 -0500 Subject: [PATCH] ci: rename ci.yml to => continuous-integration.yml --- .github/workflows/ci-comment.yml | 2 +- .github/workflows/{ci.yml => continuous-integration.yml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{ci.yml => continuous-integration.yml} (99%) 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: