Cycles CI: don't run unless Elixir files are changed

This commit is contained in:
Alex Gleason 2021-06-09 14:10:35 -05:00
parent d3ef3e11a7
commit f9dac6733c
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -157,6 +157,11 @@ analysis:
cycles:
stage: test
only:
changes:
- "**/*.ex"
- "**/*.exs"
- "mix.lock"
cache: *testing_cache_policy
script:
- mix deps.get