Commit 1ec4bfb3 authored by Matthew Slipper's avatar Matthew Slipper

ci: Modify approval job to run on op-* branches, remove context

The `hold` job should not have a context - rather, the context is inherited from whoever approves it.
parent 8d0dadef
......@@ -1152,10 +1152,9 @@ workflows:
jobs:
- hold:
type: approval
context: oplabs-gcr-release
filters:
tags:
only: /^op-node\/v.*/
only: /^op-[a-z0-9\-]*\/v.*/
branches:
ignore: /.*/
- docker-release:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment