From 0aaaa268b782a71f21b2b1c93420be71218dbcc4 Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Sat, 27 Mar 2021 18:53:51 -0500 Subject: [PATCH] Only run if actor is not actions-user (#2502) * if actor is not actions-user * accidental submo bump --- .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 f468fab202..9440da6a0c 100644 --- a/.github/workflows/sync-wiki.yaml +++ b/.github/workflows/sync-wiki.yaml @@ -21,6 +21,7 @@ on: gollum jobs: sync: runs-on: ubuntu-latest + if: ${{github.actor != "actions-user"}} steps: - name: Check out docs repo