.github/workflows/fork.yml: remove
This commit is contained in:
parent
8fc672820b
commit
baeb0c367f
1 changed files with 0 additions and 18 deletions
18
.github/workflows/fork.yml
vendored
18
.github/workflows/fork.yml
vendored
|
@ -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
|
Loading…
Add table
Reference in a new issue