Skip to content

Commit

Permalink
Update factory owners filter to typedb (#264)
Browse files Browse the repository at this point in the history
## Usage and product changes
Update factory owners filter to typedb
  • Loading branch information
typedb-bot authored Oct 7, 2024
2 parents 71e336d + 215db3f commit f3b373f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .factory/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config:
build:
quality:
filter:
owner: vaticle
owner: typedb
branch: [master, development]
dependency-analysis:
image: vaticle-ubuntu-22.04
Expand Down Expand Up @@ -43,7 +43,7 @@ build:
bazel test //test/assembly:test-assembly-native --test_output=streamed
deploy-runner-maven-snapshot:
filter:
owner: vaticle
owner: typedb
branch: [master, development]
image: vaticle-ubuntu-22.04
dependencies: [build]
Expand All @@ -54,7 +54,7 @@ build:
sync-dependencies:
image: vaticle-ubuntu-22.04
filter:
owner: vaticle
owner: typedb
branch: [master, development]
dependencies: [test-assembly]
command: |
Expand All @@ -63,7 +63,7 @@ build:
release:
filter:
owner: vaticle
owner: typedb
branch: master
validation:
validate-dependencies:
Expand All @@ -88,7 +88,7 @@ release:
echo "Successfully pushed branch 'release', which triggers a release workflow in CircleCI. The progress of the release can be tracked there."
deploy-runner-maven-release:
filter:
owner: vaticle
owner: typedb
branch: master
image: vaticle-ubuntu-22.04
command: |
Expand Down

0 comments on commit f3b373f

Please sign in to comment.