Skip to content

Commit f32a8eb

Browse files
committed
run workflows
1 parent ff42b6c commit f32a8eb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dist-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ defaults:
3030

3131
jobs:
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:

.github/workflows/test-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020
jobs:
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
@@ -37,7 +37,7 @@ jobs:
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

0 commit comments

Comments
 (0)