We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb9d9c9 + 7994702 commit 59638ffCopy full SHA for 59638ff
.github/workflows/modmesh_install.yml
@@ -9,6 +9,8 @@ on:
9
jobs:
10
build:
11
12
+ if: ${{ github.event_name != '' || github.repository_owner == 'solvcon' }}
13
+
14
runs-on: ${{ matrix.os }}
15
16
strategy:
.github/workflows/modmesh_pytest.yml
0 commit comments