Skip to content

Commit

Permalink
TMP workflow: only build the webpack project to reduce CI load
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Sep 23, 2024
1 parent 3fbc650 commit 4124353
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/check-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:
matrix:
project:
- javascript-vanilla-with-webpack
- typescript-angular
- typescript-lit-element
- typescript-vanilla-with-parcel
- typescript-vanilla-with-rollup
- typescript-vanilla-with-rsbuild
- typescript-vanilla-with-vitejs
- typescript-vue
# - typescript-angular
# - typescript-lit-element
# - typescript-vanilla-with-parcel
# - typescript-vanilla-with-rollup
# - typescript-vanilla-with-rsbuild
# - typescript-vanilla-with-vitejs
# - typescript-vue
bv-npm-package:
- development
# - development
- release
defaults:
run:
Expand Down

0 comments on commit 4124353

Please sign in to comment.