From e83ea80aaf2212d09ba9bdb6374a873a119b29d0 Mon Sep 17 00:00:00 2001 From: Leonid Pospelov Date: Tue, 17 Dec 2024 15:31:19 +0500 Subject: [PATCH] internal: delete .github/workflows/pr-windows-skyrim-ae-indev(sweetpie).yml (#2271) --- .../workflows/pr-windows-skyrim-ae-indev.yml | 36 ------------------- .../pr-windows-skyrim-ae-sweetpie.yml | 36 ------------------- 2 files changed, 72 deletions(-) delete mode 100644 .github/workflows/pr-windows-skyrim-ae-indev.yml delete mode 100644 .github/workflows/pr-windows-skyrim-ae-sweetpie.yml diff --git a/.github/workflows/pr-windows-skyrim-ae-indev.yml b/.github/workflows/pr-windows-skyrim-ae-indev.yml deleted file mode 100644 index 2aeb99fe6f..0000000000 --- a/.github/workflows/pr-windows-skyrim-ae-indev.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: PR Windows Skyrim AE Indev - -on: - push: - branches: [ main ] - schedule: - - cron: '0 0 * * *' - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -env: - # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) - BUILD_TYPE: Release - VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite' - VCPKG_FEATURE_FLAGS: 'manifests' - -jobs: - build: - runs-on: windows-2022 - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 1 - submodules: 'true' - - uses: ./.github/actions/pr_base - with: - DESCRIPTION: 'Skyrim Anniversary Edition (1.6) - Indev' - SKYRIM_SE_FLAG: OFF - SP_NEXUS_ARTIFACT_NAME: nope - DEPLOY_BRANCH: "indev" - DIST_ARTIFACT_NAME: dist-indev - SERVER_DIST_ARTIFACT_NAME: server-dist-indev - SKYMP5_PATCHES_PAT: ${{ secrets.SKYMP5_PATCHES_PAT }} - NUGET_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr-windows-skyrim-ae-sweetpie.yml b/.github/workflows/pr-windows-skyrim-ae-sweetpie.yml deleted file mode 100644 index 40c2023637..0000000000 --- a/.github/workflows/pr-windows-skyrim-ae-sweetpie.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: PR Windows Skyrim AE SweetPie - -on: - push: - branches: [ main ] - schedule: - - cron: '0 0 * * *' - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -env: - # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) - BUILD_TYPE: Release - VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite' - VCPKG_FEATURE_FLAGS: 'manifests' - -jobs: - build: - runs-on: windows-2022 - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 1 - submodules: 'true' - - uses: ./.github/actions/pr_base - with: - DESCRIPTION: 'Skyrim Anniversary Edition (1.6) - SweetPie' - SKYRIM_SE_FLAG: OFF - SP_NEXUS_ARTIFACT_NAME: nope - DEPLOY_BRANCH: "sweetpie" - DIST_ARTIFACT_NAME: dist-sweetpie - SERVER_DIST_ARTIFACT_NAME: server-dist-sweetpie - SKYMP5_PATCHES_PAT: ${{ secrets.SKYMP5_PATCHES_PAT }} - NUGET_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}