Skip to content

Commit

Permalink
Testing/vote 2963 testing (#1140)
Browse files Browse the repository at this point in the history
* Vote-3106: Bug fixes for RTL styles (#1099)

* VOTE-3081 Remove underline, text-align from allowed tags (#1112)

* VOTE-3108 resolve regression in nvrf template (#1121)

Co-authored-by: tt-gsa <139235281+tt-gsa@users.noreply.github.com>

* VOTE-3059 add new field to nvrf report listing and export (#1122)

* Vote-3155: Updating link validation tests (#1127)

* Vote-3142: Remove when:always flag (#1134)

* VOTE-2963: update conditions for running downsync workflows

* testing

* testing

---------

Co-authored-by: Christian Medders - Bixal <88721460+clmedders@users.noreply.github.com>
Co-authored-by: SamiraMSadat <108487505+SamiraMSadat@users.noreply.github.com>
Co-authored-by: Ray Estrada <raymond.estrada@gsa.gov>
  • Loading branch information
4 people authored Nov 27, 2024
1 parent 297600d commit 4cd1a2a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,15 +418,13 @@ link-validation-workflow:
downsync-restore:
when:
and:
- matches:
pattern: "^test|dev|stage$"
value: << pipeline.parameters.restore >>
- matches:
pattern: "^test|dev|stage$"
value: << pipeline.git.branch >>
- or:
matches:
pattern: "^test|dev|stage$"
value: << pipeline.parameters.restore >>
- not:
matches:
pattern: "^prod$"
value: << pipeline.git.branch >>
value: << pipeline.parameters.restore >>
jobs:
- downsync-restore

0 comments on commit 4cd1a2a

Please sign in to comment.