Skip to content

Commit 44f415d

Browse files
author
Illia Obukhau
committed
style(run-e2e): format if expression
1 parent 17759a4 commit 44f415d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/WebAutomatedTests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- uses: zgosalvez/github-actions-ensure-sha-pinned-actions@570fff1eb64d52ffae87990c117c2748c317b58c # v2.0.0
2525

2626
test:
27-
if: ${{
28-
github.event_name == 'push' ||
29-
github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'mendix/web-widgets'
30-
}}
27+
if: >-
28+
${{ github.event_name == 'push' ||
29+
github.event_name == 'pull_request' &&
30+
github.event.pull_request.head.repo.full_name == 'mendix/web-widgets' }}
3131
name: Automated tests
3232
runs-on: ubuntu-latest
3333
needs: [harden-security]

0 commit comments

Comments
 (0)