Skip to content

Commit

Permalink
ci: separate build matrix from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
castastrophe committed Dec 19, 2024
1 parent e78b18f commit 2897fd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
default: "20"
experimental:
required: false
default: "false"
default: false
ref:
description: "The branch or tag to checkout"
required: false
Expand Down Expand Up @@ -154,7 +154,6 @@ jobs:
exit 1
fi
# If there are changes, capture and upload them as an artifact
- name: Upload changes
if: ${{ failure() }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2897fd1

Please sign in to comment.