Skip to content

Commit ef03df9

Browse files
authored
repo sync
2 parents b1dc6ca + 1881ccc commit ef03df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/confirm-internal-staff-work-in-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
check-team-membership:
1818
runs-on: ubuntu-latest
1919
continue-on-error: true
20-
if: github.repository == 'github/docs'
20+
if: github.repository == 'github/docs' && github.actor != 'docs-bot'
2121
steps:
2222
- id: membership_check
2323
uses: actions/github-script@626af12fe9a53dc2972b48385e7fe7dec79145c9

0 commit comments

Comments
 (0)