Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
[deploy] test from tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmortensen committed Dec 20, 2023
1 parent ac446ae commit a065634
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
PLATFORMS: << parameters.platforms >>
BUILD_ARGS: << parameters.build-args >>
MAKE_TARGETS: << parameters.make-targets >>
DEPLOY_BRANCH: trunk
DEPLOY_BRANCH: tmp
RELEASE: selenium-4.16.0
SELENIUM_VERSION: 4.16.1
GITHUB_USER: seleniumhq-community
Expand Down Expand Up @@ -346,7 +346,7 @@ workflows:
filters:
branches:
only:
- trunk
- tmp
- deploy-multi-arch-full-grid:
name: deploy-multi-arch-full-grid
requires: [deploy-multi-arch-base]
Expand All @@ -357,7 +357,7 @@ workflows:
filters:
branches:
only:
- trunk
- tmp
- deploy-multi-arch-full-grid:
name: deploy-multi-arch-node-base
requires: [deploy-multi-arch-base]
Expand All @@ -368,7 +368,7 @@ workflows:
filters:
branches:
only:
- trunk
- tmp
- deploy-multi-arch-full-grid:
name: deploy-multi-arch-firefox
requires: [deploy-multi-arch-node-base]
Expand All @@ -379,7 +379,7 @@ workflows:
filters:
branches:
only:
- trunk
- tmp
- deploy-multi-arch-full-grid:
name: deploy-multi-arch-chromium
requires: [deploy-multi-arch-node-base]
Expand All @@ -390,7 +390,7 @@ workflows:
filters:
branches:
only:
- trunk
- tmp
- deploy-multi-arch-full-grid:
name: deploy-multi-arch-release-notes
requires: [deploy-multi-arch-firefox,deploy-multi-arch-chromium]
Expand All @@ -401,4 +401,4 @@ workflows:
filters:
branches:
only:
- trunk
- tmp

0 comments on commit a065634

Please sign in to comment.