diff --git a/.github/workflows/fork.yml b/.github/workflows/fork.yml deleted file mode 100644 index a178f7a..0000000 --- a/.github/workflows/fork.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: "hercules" - -on: - pull_request_target: - -jobs: - eval: - name: ci/hercules/evaluation - runs-on: ubuntu-latest - if: github.repository == 'nix-community/infra' && github.event.pull_request.head.repo.fork - steps: - - run: echo - default: - name: ci/hercules/onPush/default - runs-on: ubuntu-latest - if: github.repository == 'nix-community/infra' && github.event.pull_request.head.repo.fork - steps: - - run: echo