From d2853f34a41f6d83317486bf14ad95aa9dd1c486 Mon Sep 17 00:00:00 2001 From: orangemug Date: Mon, 25 May 2020 06:58:57 +0100 Subject: [PATCH] Removed meta-demo-comment as it won't work from forked repos --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8548a277..f038d231 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: " + # steps: + # - uses: unsplash/comment-on-pr@v1.2.0 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # with: + # msg: "Demo: " build-docker: name: build/docker