Skip to content

Commit f0f8032

Browse files
committed
test: added manual trigger to test workflow
1 parent 67bcd28 commit f0f8032

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-availability-oracle.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
- main
77
tags:
88
- 'v*'
9+
workflow_dispatch:
10+
inputs:
11+
version:
12+
description: 'Version tag to simulate (e.g., v1.0.0)'
13+
required: false
14+
type: string
915

1016
env:
1117
BASE_IMAGE: ghcr.io/graphprotocol/availability-oracle

0 commit comments

Comments
 (0)