Skip to content

Commit

Permalink
FRW-9711 Move FE tests to functional
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-velikanov committed Jan 17, 2025
1 parent 5e8d169 commit 019fc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ jobs:
runs-on: ubuntu-20.04
if: >
!contains(github.event.pull_request.head.ref, 'hackathon')
&& (contains(github.event.pull_request.labels.*.name, 'run-ui-ci')
&& (contains(github.event.pull_request.labels.*.name, 'run-functional-ci')
|| contains(github.event.pull_request.labels.*.name, 'run-all-ci'))
env:
PROGRESS_TYPE: plain
Expand Down

0 comments on commit 019fc20

Please sign in to comment.