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 ead0e378e8
commit ea0688b0bc
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