File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ defaults:
3030
3131jobs :
3232 build_dist :
33- if : github.repository_owner == 'mongodb ' || (github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_call')
33+ if : github.repository_owner == 'blink1073 ' || (github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_call')
3434 runs-on : ${{ matrix.os }}
3535 strategy :
3636 matrix :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ defaults:
2020jobs :
2121
2222 static :
23- if : github.repository_owner == 'mongodb '
23+ if : github.repository_owner == 'blink1073 '
2424 runs-on : ubuntu-latest
2525 steps :
2626 - uses : actions/checkout@v4
3737 check-manifest -v
3838
3939 build :
40- if : github.repository_owner == 'mongodb '
40+ if : github.repository_owner == 'blink1073 '
4141 runs-on : ${{ matrix.os }}
4242 strategy :
4343 fail-fast : false
You can’t perform that action at this time.
0 commit comments