Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
we don’t want to run the hold job on master (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Aug 18, 2017
1 parent 823d079 commit cae246e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ workflows:
- test
- pr-e2e-hold:
type: approval
filters:
branches:
ignore: master
- non-k8s-pr-e2e:
requires:
- pr-e2e-hold
Expand Down

0 comments on commit cae246e

Please sign in to comment.