Skip to content

Commit 66bcd8f

Browse files
committed
Resolve comment; Remove duplicate if statement
#1197 (review)
1 parent 833e08b commit 66bcd8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pytest.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ jobs:
178178
make playwright-deploys SUB_FILE=". -vv"
179179
180180
- name: Deploy apps and run tests (on `push` or on `pull_request` w/ `deploy**` branch)
181-
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && startsWith(github.head_ref, 'deploy')) }}
182181
env:
183182
DEPLOY_APPS: "true"
184183
DEPLOY_CONNECT_SERVER_URL: "https://rsc.radixu.com/"

0 commit comments

Comments
 (0)