Only run playground release in main repo (#1396)
This commit is contained in:
3
.github/workflows/playground.yaml
vendored
3
.github/workflows/playground.yaml
vendored
@@ -41,6 +41,9 @@ jobs:
|
||||
run: npm run build
|
||||
working-directory: playground
|
||||
- name: "Deploy to Cloudflare Pages"
|
||||
env:
|
||||
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
|
||||
if: ${{ env.CF_API_TOKEN }} != null
|
||||
uses: cloudflare/wrangler-action@2.0.0
|
||||
with:
|
||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user