8000 Update playwright-onDemand.yml · staticwebdev/vanilla-basic@dc51426 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc51426

Browse files
authored
Update playwright-onDemand.yml
1 parent c3544cc commit dc51426

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/playwright-onDemand.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
notify-dashboard:
8383
name: Notify Dashboard
8484
# Only upload if we're running from the staticwebdev repo
85-
if: ${{ secrets.PAT_TOKEN != 0 }}
85+
if: "${{ env.PAT_EXISTS != '' }}"
8686
needs: [test, storeReports]
8787
# The type of runner that the job will run on
8888
runs-on: ubuntu-latest
@@ -96,7 +96,6 @@ jobs:
9696
- name: Notify docusaurus repo
9797
env:
9898
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
99-
if: "${{ env.PAT_EXISTS != '' }}"
10099
run: |
101100
gh api repos/mspnp/intern-js-pipeline/dispatches \
102101
--raw-field event_type=rebuild-site

0 commit comments

Comments
 (0)
0