Only run if actor is not actions-user (#132)
* if actor is not actions-user * try single quotes
This commit is contained in:
parent
4adf028dfa
commit
58a651ec13
|
@ -15,6 +15,7 @@ on:
|
|||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.actor != 'actions-user' }}
|
||||
|
||||
steps:
|
||||
- name: Check out docs repo
|
||||
|
|
Loading…
Reference in New Issue