diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-06-21 08:49:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-21 08:49:37 +0200 |
| commit | 96b2887a156aff6b4d69d80ebf80f91bd98eac1a (patch) | |
| tree | 329a678e5daa1edae1145e936abd94a8118f557d | |
| parent | 0c3dcdf77b0d124517bffa608bfddf7d8f7682db (diff) | |
| parent | 44b54a2637fb4516cdaf8d49172586919e495238 (diff) | |
Merge pull request #6208 from h1dden-da3m0n/ci/no-automation-in-forks
| -rw-r--r-- | .github/workflows/automation.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 8da2349c8..38415f1c6 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -11,6 +11,7 @@ jobs: label: name: Labeling runs-on: ubuntu-latest + if: ${{ github.repository == 'jellyfin/jellyfin' }} steps: - name: Apply label uses: eps1lon/actions-label-merge-conflict@v2.0.1 @@ -22,6 +23,7 @@ jobs: project: name: Project board runs-on: ubuntu-latest + if: ${{ github.repository == 'jellyfin/jellyfin' }} steps: - name: Remove from 'Current Release' project uses: alex-page/github-project-automation-plus@v0.7.1 |
