Skip to content

Commit

Permalink
Remove if condition for non-Ruby/Swift languages
Browse files Browse the repository at this point in the history
  • Loading branch information
angelapwen committed Nov 18, 2022
1 parent c48901b commit 93b9fee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/__multi-language-autodetect.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pr-checks/checks/multi-language-autodetect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ steps:
- uses: ./../action/analyze
id: analysis
- name: Check language autodetect for all languages excluding Ruby, Swift
if: "(matrix.version == 'stable-20211005' || matrix.version == 'stable-20220120' || matrix.version == 'stable-20220401')"
shell: bash
run: |
CPP_DB=${{ fromJson(steps.analysis.outputs.db-locations).cpp }}
Expand Down

0 comments on commit 93b9fee

Please sign in to comment.