Skip to content

Commit

Permalink
Only run the periodic actions on the source repository, not forks
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Feb 9, 2021
1 parent 23b8098 commit cff25ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-alpine-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
update:
if: github.repository == 'ish-app/ish'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upload-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
upload-build:
if: github.repository == 'ish-app/ish'
runs-on: macos-10.15
timeout-minutes: 720
steps:
Expand Down

0 comments on commit cff25ef

Please sign in to comment.