Skip to content

Commit

Permalink
Merge pull request #6063 from freedomofpress/5336-less-staging-test-w…
Browse files Browse the repository at this point in the history
…ith-rebase

restricts `staging-test-with-rebase` to release branches and nightlies
  • Loading branch information
zenmonkeykstop authored Aug 19, 2021
2 parents c4de756 + 5f0894c commit b0dd677
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ workflows:
- staging-test-with-rebase:
filters:
branches:
ignore:
- /i18n-.*/
only:
- /release\/.*/
requires:
- lint
- translation-tests:
Expand All @@ -345,6 +345,7 @@ workflows:
only:
- develop
jobs:
- staging-test-with-rebase
- static-analysis-and-no-known-cves

weekly:
Expand Down

0 comments on commit b0dd677

Please sign in to comment.