Skip to content

Commit

Permalink
fix: update workflow generate matrix (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodiehl authored Mar 5, 2025
1 parent b5dc77b commit 9c78b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: ubuntu:22.04
strategy:
matrix:
types: [ "go", "php", "csharp", "typescript-node", "java", "rust", "python", "javascript" ]
types: [ "go" ]
steps:
- name: Setup Env
run: apt-get update && apt-get install -y npm curl git
Expand Down

0 comments on commit 9c78b78

Please sign in to comment.