Commit 7a06cf2d authored by Denis Filatov's avatar Denis Filatov
Browse files

try to run tests only when asn file is changed

parent 281441ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ validate:
      - iso/*
  only:
    changes:
      - ./*.asn
      - "*.asn"
    
documentation:
  stage: deploy
@@ -22,7 +22,7 @@ documentation:
    - git push origin HEAD:$CI_COMMIT_REF_NAME # Pushes to the same branch as the trigger
  only:
    changes:
      - ./*.asn
      - "*.asn"
#  artifacts:
#    paths:
#    - docs/*