Skip to content

Commit

Permalink
Merge pull request #40303 from malinthar/ls-simulator
Browse files Browse the repository at this point in the history
Fix LS simulator workflow
  • Loading branch information
IMS94 committed Apr 25, 2023
2 parents 97042a3 + 7d603f8 commit 479502f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/language_server_simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: ["master", "2201.3.x", "2201.4.x", "2201.4.2-stage", "2201.5.x", "2201.6.0", "2201.6.0-stage"]
branch: ["master", "2201.3.x", "2201.4.x", "2201.4.2-stage", "2201.5.x", "2201.6.x", "2201.6.0-stage"]
skipGenerators: ["", "IMPORT_STATEMENT"]

steps:
Expand Down

0 comments on commit 479502f

Please sign in to comment.