From: Nick Porter Date: Fri, 28 Oct 2022 09:07:51 +0000 (+0100) Subject: Only run self-hosted cleanup job on main repo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85fb69c3f486e38c58d414f19615b0a5aca8d6ca;p=thirdparty%2Ffreeradius-server.git Only run self-hosted cleanup job on main repo --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 777263a0afe..5afd3e96f69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -326,6 +326,7 @@ jobs: REPO_KEY: ${{ secrets.PERSONAL_ACCESS_TOKEN }} post-ci: + if: github.repository_owner == 'FreeRADIUS' runs-on: self-hosted name: "Post-job cleanup" needs: