Skip to content

Commit 3030898

Browse files
committed
idk what I'm doing, Halama fixed that
1 parent a86d674 commit 3030898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/accessibility-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
shell: bash
4242
env:
4343
ACC_AMP_TOKEN: ${{ secrets.ACC_AMP_TOKEN }}
44+
IS_PR: ${{ github.event_name }} == 'pull_request' || ${{ github.event_name }} == 'pull_request_target'
4445
run: |
45-
IS_PR=$([ "${{ github.event_name }}" == 'pull_request' ] || [ "${{ github.event_name }}" == 'pull_request_target' ] && echo true || echo false)
4646
k3d kubeconfig get kyma > tests/integration/fixtures/kubeconfig.yaml
4747
export CYPRESS_DOMAIN=http://localhost:3001
4848
cd tests/integration

0 commit comments

Comments
 (0)