Skip to content
Snippets Groups Projects
Commit 3cf58df6 authored by Javier Neira's avatar Javier Neira
Browse files

Ignore gitlab ci in github

parent fa8e9b3c
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,8 @@ jobs: ...@@ -35,6 +35,8 @@ jobs:
, "**/README.md" , "**/README.md"
, "FUNDING.yml" , "FUNDING.yml"
, "**/stack*.yaml" , "**/stack*.yaml"
, ".gitlab-ci.yaml"
, ".gitlab/**"
]' ]'
bench_init: bench_init:
......
...@@ -69,6 +69,9 @@ jobs: ...@@ -69,6 +69,9 @@ jobs:
, "**/README.md" , "**/README.md"
, "FUNDING.yml" , "FUNDING.yml"
, ".circleci/**" , ".circleci/**"
, "**/stack*.yaml"
, ".gitlab-ci.yaml"
, ".gitlab/**"
]' ]'
caching: caching:
......
...@@ -34,6 +34,8 @@ jobs: ...@@ -34,6 +34,8 @@ jobs:
, "FUNDING.yml" , "FUNDING.yml"
, ".circleci/**" , ".circleci/**"
, "**/stack*.yaml" , "**/stack*.yaml"
, ".gitlab-ci.yaml"
, ".gitlab/**"
]' ]'
flags: flags:
......
...@@ -32,6 +32,9 @@ jobs: ...@@ -32,6 +32,9 @@ jobs:
, "**/README.md" , "**/README.md"
, "FUNDING.yml" , "FUNDING.yml"
, "**/stack*.yaml" , "**/stack*.yaml"
, "**/stack*.yaml"
, ".gitlab-ci.yaml"
, ".gitlab/**"
]' ]'
- id: skip_check_no_nix - id: skip_check_no_nix
uses: fkirc/skip-duplicate-actions@v3.4.1 uses: fkirc/skip-duplicate-actions@v3.4.1
......
...@@ -35,6 +35,8 @@ jobs: ...@@ -35,6 +35,8 @@ jobs:
, "FUNDING.yml" , "FUNDING.yml"
, ".circleci/**" , ".circleci/**"
, "**/stack*.yaml" , "**/stack*.yaml"
, ".gitlab-ci.yaml"
, ".gitlab/**"
]' ]'
# If we only change ghcide downstream packages we have not test ghcide itself # If we only change ghcide downstream packages we have not test ghcide itself
- id: skip_ghcide_check - id: skip_ghcide_check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment