Skip to content

Commit

Permalink
add workflow conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
zim514 committed Jan 1, 2024
1 parent 8546980 commit 22d1c91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]

jobs:
kodi-addon-checker:
if: github.repository == 'zim514/script.service.hue'
runs-on: ubuntu-latest
name: Kodi addon checker
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
Qodana:
runs-on: ubuntu-latest
if: github.repository == 'zim514/script.service.hue'
steps:
- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
kodi-addon-checker:
runs-on: ubuntu-latest
name: Kodi addon checker
if: github.repository == 'zim514/script.service.hue'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
kodi-addon-submitter:
runs-on: ubuntu-latest
name: Kodi addon submitter
if: github.repository == 'zim514/script.service.hue'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 22d1c91

Please sign in to comment.