Skip to content

Commit

Permalink
reworked some actions to be safer on cli
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Nov 16, 2024
1 parent dc0f04b commit be97b19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Auto_Test_Upload.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto Lint, Test, and Build on Push
name: Auto Lint and Upload on Push

on:
push:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/Build_Midori_AI_PixelArch_CLI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/Build_Midori_AI_Standard_CLI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be97b19

Please sign in to comment.