Skip to content

Commit

Permalink
Merge branch 'dev' into release/0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
clementlecorre committed Mar 2, 2023
2 parents 4c580b1 + 31eb146 commit d8c9e01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,21 @@ workflows:
tests:
jobs:
- go/static-tests:
context: golang
github-config-private-package: false
filters:
<<: *filters_only_branch
- go/tests:
context: golang
github-config-private-package: false
filters:
<<: *filters_only_branch

dev:
jobs:
- go/static-tests:
context: golang
github-config-private-package: false
filters:
<<: *filters_only_dev
- go/tests:
context: golang
github-config-private-package: false
filters:
<<: *filters_only_dev

0 comments on commit d8c9e01

Please sign in to comment.