diff --git a/.github/workflows/Auto_Test_Upload.yaml b/.github/workflows/Auto_Test_Upload.yaml index 47c8490..91f3954 100644 --- a/.github/workflows/Auto_Test_Upload.yaml +++ b/.github/workflows/Auto_Test_Upload.yaml @@ -1,4 +1,4 @@ -name: Auto Lint, Test, and Build on Push +name: Auto Lint and Upload on Push on: push: diff --git a/.github/workflows/Build_Midori_AI_PixelArch_CLI.yaml b/.github/workflows/Build_Midori_AI_PixelArch_CLI.yaml index a548e85..08ca18d 100644 --- a/.github/workflows/Build_Midori_AI_PixelArch_CLI.yaml +++ b/.github/workflows/Build_Midori_AI_PixelArch_CLI.yaml @@ -2,12 +2,14 @@ name: Update PixelArch CLI Programs on: workflow_run: - workflows: ["Auto Lint, Test, and Build on Push"] + workflows: ["Auto Lint and Upload on Push"] types: [completed] jobs: Build-PixelArch-CLI: name: Update PixelArch CLI Programs + strategy: + max-parallel: 1 runs-on: ubuntu-latest container: image: lunamidori5/pixelarch:quartz diff --git a/.github/workflows/Build_Midori_AI_Standard_CLI.yaml b/.github/workflows/Build_Midori_AI_Standard_CLI.yaml index 284242b..9ad7798 100644 --- a/.github/workflows/Build_Midori_AI_Standard_CLI.yaml +++ b/.github/workflows/Build_Midori_AI_Standard_CLI.yaml @@ -2,12 +2,14 @@ name: Update Standard CLI Programs on: workflow_run: - workflows: ["Auto Lint, Test, and Build on Push"] + workflows: ["Auto Lint and Upload on Push"] types: [completed] jobs: Build-cli-Programs: name: Update CLI Programs + strategy: + max-parallel: 1 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4