Only run if actor is not actions-user (#2502)

* if actor is not actions-user

* accidental submo bump
This commit is contained in:
David Holdeman 2021-03-27 18:53:51 -05:00 committed by GitHub
parent 9b6fdc823c
commit 0aaaa268b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ on: gollum
jobs:
sync:
runs-on: ubuntu-latest
if: ${{github.actor != "actions-user"}}
steps:
- name: Check out docs repo