diff --git a/.github/workflows/comparison_results.yml b/.github/workflows/comparison_results.yml index a8d572a82748..789cc3aa132b 100644 --- a/.github/workflows/comparison_results.yml +++ b/.github/workflows/comparison_results.yml @@ -2,7 +2,7 @@ name: Monitoring Stability and Comparing Results # Triggers when a pull_request is created on: - pull_request: # TODO: change to target + pull_request_target: # TODO: change to target branches: - "**" @@ -28,7 +28,7 @@ jobs: needs: start_workflow strategy: matrix: - language: ['js', 'kotlin'] + language: ['java-1', 'java-2' ,'python', 'js', 'ruby-1', 'ruby-2', 'go', 'kotlin'] continue-on-error: true runs-on: ubuntu-latest steps: