Skip to content

Commit

Permalink
add all languages
Browse files Browse the repository at this point in the history
  • Loading branch information
karan-batavia committed Jun 9, 2024
1 parent dd0ac0f commit cb4becd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comparison_results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- "**"

Expand All @@ -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:
Expand Down

0 comments on commit cb4becd

Please sign in to comment.