Skip to content

Commit

Permalink
ci: remove Italian from the list of UI tests
Browse files Browse the repository at this point in the history
Also remove Turkish fixtures.

[no changelog]
  • Loading branch information
mmilata committed Sep 5, 2024
1 parent a37b25e commit 6fd64d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8,626 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- id: set_vars
name: Set variables
run: |
echo test_lang=${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'translations') && '[\"en\", \"cs\", \"fr\", \"de\", \"es\", \"it\", \"pt\"]' || '[\"en\"]' }} >> $GITHUB_OUTPUT
echo test_lang=${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'translations') && '[\"en\", \"cs\", \"fr\", \"de\", \"es\", \"pt\"]' || '[\"en\"]' }} >> $GITHUB_OUTPUT
echo asan=${{ github.event_name == 'schedule' && '[\"noasan\", \"asan\"]' || '[\"noasan\"]' }} >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT
Expand Down
Loading

0 comments on commit 6fd64d1

Please sign in to comment.