Skip to content

Commit 666a0b0

Browse files
committed
WIP try it?
1 parent 3c9758a commit 666a0b0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/external-contributors.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: "CI: Mention external contributors"
22
on:
33
pull_request:
4-
types:
5-
- closed
6-
branches:
7-
- develop
84

95
env:
106
NX_CACHE_RESTORE_KEYS: |
@@ -16,10 +12,6 @@ jobs:
1612
external_contributor:
1713
name: External Contributors
1814
runs-on: ubuntu-20.04
19-
if: |
20-
github.event.pull_request.author_association != 'COLLABORATOR'
21-
&& github.event.pull_request.author_association != 'MEMBER'
22-
&& github.event.pull_request.author_association != 'OWNER'
2315
steps:
2416
- uses: actions/checkout@v4
2517
with:

0 commit comments

Comments
 (0)