Skip to content

Commit

Permalink
Bump cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
Noarkhh committed Aug 9, 2024
1 parent eb9e7e5 commit 7ef3f2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,20 @@ workflows:
build:
jobs:
- elixir/build_test:
cache-version: 2
filters: &filters
tags:
only: /v.*/
- elixir/test:
cache-version: 2
filters:
<<: *filters
- elixir/lint:
cache-version: 2
filters:
<<: *filters
- elixir/hex_publish:
cache-version: 2
requires:
- elixir/build_test
- elixir/test
Expand All @@ -27,4 +31,4 @@ workflows:
branches:
ignore: /.*/
tags:
only: /v.*/
only: /v.*/

0 comments on commit 7ef3f2e

Please sign in to comment.