Skip to content

Commit

Permalink
Trying again to skip forks for builds (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe authored Jul 10, 2023
1 parent bb5ee8c commit db84130
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-devel-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
if: github.repository == 'virtualmin/*'
if: github.repository_owner == 'virtualmin'
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-devel-rpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
if: github.repository == 'virtualmin/*'
if: github.repository_owner == 'virtualmin'
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-stable-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
if: github.repository == 'virtualmin/*'
if: github.repository_owner == 'virtualmin'
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-stable-rpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
if: github.repository == 'virtualmin/*'
if: github.repository_owner == 'virtualmin'
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit db84130

Please sign in to comment.