We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac53a5b commit e7d2732Copy full SHA for e7d2732
.github/workflows/linters.yml
@@ -186,6 +186,7 @@ jobs:
186
with:
187
persist-credentials: false
188
- name: Get team members if possible
189
+ if: ${{ (github.event.pull_request && github.event.pull_request.base.ref == github.event.pull_request.base.repo.default_branch) || github.event.ref == github.event.repository.default_branch }}
190
id: team_members
191
run: |
192
get_list_members() {
0 commit comments