Commit 8e57f1f1 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #6063 from ethereum-optimism/feat/fix-hold

ci: Fix the hold so ci-builder can be released
parents 760eda46 68808170
...@@ -1393,7 +1393,7 @@ workflows: ...@@ -1393,7 +1393,7 @@ workflows:
type: approval type: approval
filters: filters:
tags: tags:
only: /^(fault-detector|proxyd|indexer|op-[a-z0-9\-]*)\/v.*/ only: /^(fault-detector|proxyd|indexer|ci-builder|op-[a-z0-9\-]*)\/v.*/
branches: branches:
ignore: /.*/ ignore: /.*/
- docker-release: - 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