Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Jan 15, 2025
1 parent 11f17a7 commit 466e516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
timeout_minutes: 30
max_attempts: 3
command: |
# Parse the JSON and check if the specific IT value is 'true'
# Parse the JSON and check if the specific integration test should run.
should_run=$(jq '."${{ matrix.service }}"' int_tests_changes.json)
# Check if any of the three conditions is true
Expand Down

0 comments on commit 466e516

Please sign in to comment.