mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
Removed meta-demo-comment as it won't work from forked repos
This commit is contained in:
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
@@ -9,18 +9,18 @@ on:
|
||||
jobs:
|
||||
|
||||
# post a comment linking to codesandbox with the current branch
|
||||
meta-demo-comment:
|
||||
name: meta/demo-comment
|
||||
runs-on: ubuntu-latest
|
||||
# meta-demo-comment:
|
||||
# name: meta/demo-comment
|
||||
# runs-on: ubuntu-latest
|
||||
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
# if: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
steps:
|
||||
- uses: unsplash/comment-on-pr@v1.2.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
msg: "Demo: <https://codesandbox.io/embed/github/${{ github.repository }}/tree/${{ github.head_ref }}?view=preview>"
|
||||
# steps:
|
||||
# - uses: unsplash/comment-on-pr@v1.2.0
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# with:
|
||||
# msg: "Demo: <https://codesandbox.io/embed/github/${{ github.repository }}/tree/${{ github.head_ref }}?view=preview>"
|
||||
|
||||
build-docker:
|
||||
name: build/docker
|
||||
|
||||
Reference in New Issue
Block a user