Skip to content

Commit

Permalink
ci: I hate tab-based configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
Eragonfr committed Aug 16, 2024
1 parent c508370 commit f781fc2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -495,11 +495,11 @@ workflows:
tags:
only: /.*/
- build-sqlite-image:
requires:
- build-and-test
filters:
tags:
only: /.*/
requires:
- build-and-test
filters:
tags:
only: /.*/
- mysql-e2e-tests:
requires:
- build-mysql-image
Expand All @@ -513,11 +513,11 @@ workflows:
tags:
only: /.*/
- sqlite-e2e-tests:
requires:
- build-sqlite-image
filters:
tags:
only: /.*/
requires:
- build-sqlite-image
filters:
tags:
only: /.*/
- deploy:
requires:
- mysql-e2e-tests
Expand Down

0 comments on commit f781fc2

Please sign in to comment.