Skip to content

Commit

Permalink
add pr based workflow to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p committed Nov 10, 2020
1 parent b61664e commit 0e7ed9a
Show file tree
Hide file tree
Showing 13 changed files with 91 additions and 13 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/bazarr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ on:
- 'bazarr/**'
- '!bazarr/*.md'
pull_request:
types: [opened, reopened]
paths:
- '.github/workflows/bazarr.yaml'
- 'bazarr/**'
- '!bazarr/*.md'
types:
- opened
- reopened

env:
REGISTRY_IMAGE: k8sathome/${{ github.workflow }}
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/jackett.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ on:
- 'jackett/**'
- '!jackett/*.md'
pull_request:
types: [opened, reopened]
paths:
- '.github/workflows/jackett.yaml'
- 'jackett/**'
- '!jackett/*.md'
types:
- opened
- reopened

env:
REGISTRY_IMAGE: k8sathome/${{ github.workflow }}
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/lidarr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ on:
- 'lidarr/**'
- '!lidarr/*.md'
pull_request:
types: [opened, reopened]
paths:
- '.github/workflows/lidarr.yaml'
- 'lidarr/**'
- '!lidarr/*.md'
types:
- opened
- reopened

env:
REGISTRY_IMAGE: k8sathome/${{ github.workflow }}
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/nzbget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ on:
- 'nzbget/**'
- '!nzbget/*.md'
pull_request:
types: [opened, reopened]
paths:
- '.github/workflows/nzbget.yaml'
- 'nzbget/**'
- '!nzbget/*.md'
types:
- opened
- reopened

env:
REGISTRY_IMAGE: k8sathome/${{ github.workflow }}
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/nzbhydra2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ on:
- 'nzbhydra2/**'
- '!nzbhydra2/*.md'
pull_request:
types: [opened, reopened]
paths:
- '.github/workflows/nzbhydra2.yaml'
- 'nzbhydra2/**'
- '!nzbhydra2/*.md'
types:
- opened
- reopened

env:
REGISTRY_IMAGE: k8sathome/${{ github.workflow }}
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/ombi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ on:
- 'ombi/**'
- '!ombi/*.md'
pull_request:
types: [opened, reopened]
paths:
- '.github/workflows/ombi.yaml'
- 'ombi/**'
- '!ombi/*.md'
types:
- opened
- reopened

env:
REGISTRY_IMAGE: k8sathome/${{ github.workflow }}
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/qbittorrent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ on:
- 'qbittorrent/**'
- '!qbittorrent/*.md'
pull_request:
types: [opened, reopened]
paths:
- '.github/workflows/qbittorrent.yaml'
- 'qbittorrent/**'
- '!qbittorrent/*.md'
types:
- opened
- reopened

env:
REGISTRY_IMAGE: k8sathome/${{ github.workflow }}
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/radarr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ on:
- 'radarr/**'
- '!radarr/*.md'
pull_request:
types: [opened, reopened]
paths:
- '.github/workflows/radarr.yaml'
- 'radarr/**'
- '!radarr/*.md'
types:
- opened
- reopened

env:
REGISTRY_IMAGE: k8sathome/${{ github.workflow }}
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/sabnzbd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ on:
- 'sabnzbd/**'
- '!sabnzbd/*.md'
pull_request:
types: [opened, reopened]
paths:
- '.github/workflows/sabnzbd.yaml'
- 'sabnzbd/**'
- '!sabnzbd/*.md'
types:
- opened
- reopened

env:
REGISTRY_IMAGE: k8sathome/${{ github.workflow }}
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/sonarr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ on:
- 'sonarr/**'
- '!sonarr/*.md'
pull_request:
types: [opened, reopened]
paths:
- '.github/workflows/sonarr.yaml'
- 'sonarr/**'
- '!sonarr/*.md'
types:
- opened
- reopened

env:
REGISTRY_IMAGE: k8sathome/${{ github.workflow }}
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/tautulli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ on:
- 'tautulli/**'
- '!tautulli/*.md'
pull_request:
types: [opened, reopened]
paths:
- '.github/workflows/tautulli.yaml'
- 'tautulli/**'
- '!tautulli/*.md'
types:
- opened
- reopened

env:
REGISTRY_IMAGE: k8sathome/${{ github.workflow }}
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ on:
- 'ubuntu/**'
- '!ubuntu/*.md'
pull_request:
types: [opened, reopened]
paths:
- '.github/workflows/ubuntu.yaml'
- 'ubuntu/**'
- '!ubuntu/*.md'
types:
- opened
- reopened

env:
REGISTRY_IMAGE: k8sathome/${{ github.workflow }}
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/xteve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ on:
- 'xteve/**'
- '!xteve/*.md'
pull_request:
types: [opened, reopened]
paths:
- '.github/workflows/xteve.yaml'
- 'xteve/**'
- '!xteve/*.md'
types:
- opened
- reopened

env:
REGISTRY_IMAGE: k8sathome/${{ github.workflow }}
Expand Down

0 comments on commit 0e7ed9a

Please sign in to comment.