From 58a651ec13704b7f03f0bbd3254237b2bb6e4c48 Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Mon, 29 Mar 2021 21:44:49 -0500 Subject: [PATCH] Only run if actor is not actions-user (#132) * if actor is not actions-user * try single quotes --- .github/workflows/sync-wiki.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-wiki.yaml b/.github/workflows/sync-wiki.yaml index 61b6c970..a7147f85 100644 --- a/.github/workflows/sync-wiki.yaml +++ b/.github/workflows/sync-wiki.yaml @@ -15,6 +15,7 @@ on: jobs: sync: runs-on: ubuntu-latest + if: ${{ github.actor != 'actions-user' }} steps: - name: Check out docs repo