diff --git a/.github/workflows/ssh-ci-runner-cron.yml b/.github/workflows/ssh-ci-runner-cron.yml index 2a7f6c7..74bb901 100644 --- a/.github/workflows/ssh-ci-runner-cron.yml +++ b/.github/workflows/ssh-ci-runner-cron.yml @@ -14,6 +14,7 @@ permissions: jobs: ssh-ci-rebuild: + if: github.repository == 'TecharoHQ/anubis' runs-on: ubuntu-latest steps: - name: Checkout code diff --git a/.github/workflows/ssh-ci.yml b/.github/workflows/ssh-ci.yml index 5ce3ab9..1308eae 100644 --- a/.github/workflows/ssh-ci.yml +++ b/.github/workflows/ssh-ci.yml @@ -11,6 +11,7 @@ permissions: jobs: ssh: + if: github.repository == 'TecharoHQ/anubis' runs-on: ubuntu-24.04 strategy: matrix: