Skip to content

Commit bce389e

Browse files
authored
Update .github/workflows/auto-update-community-members.yml
1 parent 0b2e6a1 commit bce389e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-update-community-members.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Auto-update community members page
1212
runs-on: ubuntu-24.04
1313
# Remove the if statement below when testing againt a fork
14-
# if: github.repository == 'open-telemetry/opentelemetry.io'
14+
if: github.repository == 'open-telemetry/opentelemetry.io'
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)