8000
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 c3544cc commit dc51426Copy full SHA for dc51426
.github/workflows/playwright-onDemand.yml
@@ -82,7 +82,7 @@ jobs:
82
notify-dashboard:
83
name: Notify Dashboard
84
# Only upload if we're running from the staticwebdev repo
85
- if: ${{ secrets.PAT_TOKEN != 0 }}
+ if: "${{ env.PAT_EXISTS != '' }}"
86
needs: [test, storeReports]
87
# The type of runner that the job will run on
88
runs-on: ubuntu-latest
@@ -96,7 +96,6 @@ jobs:
96
- name: Notify docusaurus repo
97
env:
98
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
99
- if: "${{ env.PAT_EXISTS != '' }}"
100
run: |
101
gh api repos/mspnp/intern-js-pipeline/dispatches \
102
--raw-field event_type=rebuild-site
0 commit comments