Commit 9dafecbf authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch '8-ci-test-don-t-run-anymore' into 'main'

ci: disables rules for child pipelines

Closes #8

See merge request just-ci/templates!9
parents 9ce5a4ec 944021c2
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -29,8 +29,6 @@ jobs:c:
    include:
      - local: tests/jobs/c.yml
    strategy: depend
  rules:
    - if: $CI_OPEN_MERGE_REQUESTS

jobs:docker:
  stage: test
@@ -38,8 +36,6 @@ jobs:docker:
    include:
      - local: tests/jobs/docker.yml
    strategy: depend
  rules:
    - if: $CI_OPEN_MERGE_REQUESTS

jobs:docs:
  stage: test
@@ -47,8 +43,6 @@ jobs:docs:
    include:
      - local: tests/jobs/docs.yml
    strategy: depend
  rules:
    - if: $CI_OPEN_MERGE_REQUESTS

jobs:python:
  stage: test
@@ -56,8 +50,6 @@ jobs:python:
    include:
      - local: tests/jobs/python.yml
    strategy: depend
  rules:
    - if: $CI_OPEN_MERGE_REQUESTS

# child pipelines to test our off-the-shelves pipelines
pipelines:c:
@@ -66,8 +58,6 @@ pipelines:c:
    include:
      - local: tests/pipelines/c.yml
    strategy: depend
  rules:
    - if: $CI_OPEN_MERGE_REQUESTS

pipelines:docker:
  stage: test
@@ -75,8 +65,6 @@ pipelines:docker:
    include:
      - local: tests/pipelines/docker.yml
    strategy: depend
  rules:
    - if: $CI_OPEN_MERGE_REQUESTS

pipelines:python:
  stage: test
@@ -84,8 +72,6 @@ pipelines:python:
    include:
      - local: tests/pipelines/python.yml
    strategy: depend
  rules:
    - if: $CI_OPEN_MERGE_REQUESTS

pipelines:python&docker:
  stage: test
@@ -93,5 +79,3 @@ pipelines:python&docker:
    include:
      - local: tests/pipelines/python-docker.yml
    strategy: depend
  rules:
    - if: $CI_OPEN_MERGE_REQUESTS