mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
ci: actions: fix translations label trigger
[skip_ci]
This commit is contained in:
parent
a80959e50f
commit
10ba51c242
2
.github/workflows/core.yml
vendored
2
.github/workflows/core.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
- id: set_vars
|
- id: set_vars
|
||||||
name: Set variables
|
name: Set variables
|
||||||
run: |
|
run: |
|
||||||
echo test_lang=${{ github.event_name == 'pull_request' && github.event.action == 'labeled' && github.event.label.name == 'translations' && '[\"en\", \"cs\", \"fr\", \"de\", \"es\"]' || '[\"en\"]' }} >> $GITHUB_OUTPUT
|
echo test_lang=${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'translations') && '[\"en\", \"cs\", \"fr\", \"de\", \"es\"]' || '[\"en\"]' }} >> $GITHUB_OUTPUT
|
||||||
echo asan=${{ github.event_name == 'schedule' && '[\"noasan\", \"asan\"]' || '[\"noasan\"]' }} >> $GITHUB_OUTPUT
|
echo asan=${{ github.event_name == 'schedule' && '[\"noasan\", \"asan\"]' || '[\"noasan\"]' }} >> $GITHUB_OUTPUT
|
||||||
cat $GITHUB_OUTPUT
|
cat $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user