We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17759a4 commit 44f415dCopy full SHA for 44f415d
.github/workflows/WebAutomatedTests.yml
@@ -24,10 +24,10 @@ jobs:
24
- uses: zgosalvez/github-actions-ensure-sha-pinned-actions@570fff1eb64d52ffae87990c117c2748c317b58c # v2.0.0
25
26
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
- }}
+ if: >-
+ ${{ github.event_name == 'push' ||
+ github.event_name == 'pull_request' &&
+ github.event.pull_request.head.repo.full_name == 'mendix/web-widgets' }}
31
name: Automated tests
32
runs-on: ubuntu-latest
33
needs: [harden-security]
0 commit comments