Skip to content

Commit 93b9fee

Browse files
committed
Remove if condition for non-Ruby/Swift languages
1 parent c48901b commit 93b9fee

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/__multi-language-autodetect.yml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/multi-language-autodetect.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ steps:
1414
- uses: ./../action/analyze
1515
id: analysis
1616
- name: Check language autodetect for all languages excluding Ruby, Swift
17-
if: "(matrix.version == 'stable-20211005' || matrix.version == 'stable-20220120' || matrix.version == 'stable-20220401')"
1817
shell: bash
1918
run: |
2019
CPP_DB=${{ fromJson(steps.analysis.outputs.db-locations).cpp }}

0 commit comments

Comments
 (0)