Skip to content

Commit 8f591ec

Browse files
committed
update actions
1 parent 926e763 commit 8f591ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-app-wxpython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
name: Build wxPython
1414
runs-on: macos-26
15-
if: github.repository_owner == 'ghltbm'
15+
if: github.repository_owner == 'intsant'
1616
permissions:
1717
contents: write
1818
env:

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
name: Validate
1414
runs-on: macOS-26
15-
if: github.repository_owner == 'ghltbm'
15+
if: github.repository_owner == 'intsant'
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python

0 commit comments

Comments
 (0)