Skip to content

Commit

Permalink
fix(service.user): rerun prow on changes (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrensemusemu authored Aug 13, 2022
1 parent 610f8f1 commit 072bce9
Show file tree
Hide file tree
Showing 3 changed files with 651 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .prow/service.user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ postsubmits:
- name: restapi-deploy
decorate: true
clone_uri: "git@github.com:darrensemusemu/certify-d-api.git"
run_if_changed: '^(service.user\/.*(yaml|yml|Dockerfile))|(\.prow\/service\.user\.yaml)$'
run_if_changed: '^(service.user\/.*)|(\.prow\/service\.user\.yaml)$'
skip_report: false
context: "service.user-deploy"
max_concurrency: 1
Expand Down
Loading

0 comments on commit 072bce9

Please sign in to comment.