mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 08:15:24 +01:00
Removed meta-demo-comment as it won't work from forked repos
This commit is contained in:
parent
7faed0d27e
commit
d2853f34a4
1 changed files with 10 additions and 10 deletions
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
|
@ -9,18 +9,18 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
# post a comment linking to codesandbox with the current branch
|
# post a comment linking to codesandbox with the current branch
|
||||||
meta-demo-comment:
|
# meta-demo-comment:
|
||||||
name: meta/demo-comment
|
# name: meta/demo-comment
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
# if: ${{ github.event_name == 'pull_request' }}
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- uses: unsplash/comment-on-pr@v1.2.0
|
# - uses: unsplash/comment-on-pr@v1.2.0
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
# with:
|
||||||
msg: "Demo: <https://codesandbox.io/embed/github/${{ github.repository }}/tree/${{ github.head_ref }}?view=preview>"
|
# msg: "Demo: <https://codesandbox.io/embed/github/${{ github.repository }}/tree/${{ github.head_ref }}?view=preview>"
|
||||||
|
|
||||||
build-docker:
|
build-docker:
|
||||||
name: build/docker
|
name: build/docker
|
||||||
|
|
Loading…
Reference in a new issue