From 656c6cb883fa2f2cde7a5e8a39434b66acd0454b Mon Sep 17 00:00:00 2001 From: Alex Macocian Date: Fri, 10 Nov 2023 17:51:09 +0100 Subject: [PATCH] Rename pipelines --- .github/workflows/cd.yaml | 5 +---- .github/workflows/ci.yaml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 64781fb..2cde215 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -1,6 +1,4 @@ -# This continuous integration pipeline is triggered anytime a user pushes code to the repo. -# This pipeline builds the Wpf project, runs unit tests, then saves the MSIX build artifact. -name: uMod CD Pipeline +name: gMod CD Pipeline on: push: @@ -114,4 +112,3 @@ jobs: body_mrkdwn: ${{ env.Changelog }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - \ No newline at end of file diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 51a0ec2..d1c21c3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,4 @@ -# This continuous integration pipeline is triggered anytime a user pushes code to the repo. -# This pipeline builds the Wpf project, runs unit tests, then saves the MSIX build artifact. -name: uMod CI Pipeline +name: gMod CI Pipeline on: pull_request: @@ -89,4 +87,3 @@ jobs: run: cmake --build build --config Release env: DXSDK_DIR: ${{ env.DXSDK_DIR }} - \ No newline at end of file