Skip to content

Commit

Permalink
Merge pull request #4762 from malinthar/add-ls-simulator
Browse files Browse the repository at this point in the history
Remove unwanted branches in LS simulator workflow
  • Loading branch information
malinthar authored Jul 31, 2023
2 parents 2c5dea3 + 4b32e65 commit 6c7036c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/language_server_simulator_fhir.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.8.x", "2201.7.x" ]
branch: [ "master" ]
skipGenerators: [ "", "IMPORT_STATEMENT" ]

steps:
Expand Down Expand Up @@ -76,6 +76,7 @@ jobs:
--data "{
\"event_type\": \"notify-simulator-failure\",
\"client_payload\": {
\"branch\": \"${{ matrix.branch }}\"
\"branch\": \"${{ matrix.branch }}\",
\"runId\":\"${{github.run_id}}\"
}
}"
5 changes: 3 additions & 2 deletions .github/workflows/language_server_simulator_nballerina.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.8.x", "2201.7.x" ]
branch: [ "master" ]
skipGenerators: [ "", "IMPORT_STATEMENT" ]

steps:
Expand Down Expand Up @@ -76,6 +76,7 @@ jobs:
--data "{
\"event_type\": \"notify-simulator-failure\",
\"client_payload\": {
\"branch\": \"${{ matrix.branch }}\"
\"branch\": \"${{ matrix.branch }}\",
\"runId\":\"${{github.run_id}}\"
}
}"

0 comments on commit 6c7036c

Please sign in to comment.