diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9c45c446d..c23a35444 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -55,8 +55,6 @@ jobs: # This code can be removed once the '24.0.9' version is removed from the 'tag' array in the cron job build, and the previous code can be added back. is24.0.9: - ${{ inputs.refLTITag == '24.0.9' }} - os: - - [ ubuntu-latest, macOS-latest, windows-latest ] # Adding a check on macOS and Windows to verify if 'is24.0.9' is equal to 'true'. The value of 'is24.0.9' is used to determine whether the job need to be executed. exclude: - runtime: windows @@ -65,16 +63,6 @@ jobs: - runtime: mac is24.0.9: true os: macOS-latest - include: - - runtime: linux - os: ubuntu-latest - reportName: linux-test-report - - runtime: mac - os: macOS-latest - reportName: mac-test-report - - runtime: windows - os: windows-latest - reportName: windows-test-report env: USE_LOCAL_PLUGIN: ${{ inputs.useLocalPlugin || false }} REF_LSP4IJ: ${{ inputs.refLsp4ij }}