Only run if actor is not actions-user (#2502)
* if actor is not actions-user * accidental submo bump
This commit is contained in:
parent
9b6fdc823c
commit
0aaaa268b7
|
@ -21,6 +21,7 @@ on: gollum
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{github.actor != "actions-user"}}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out docs repo
|
- name: Check out docs repo
|
||||||
|
|
Loading…
Reference in New Issue