Skip to content

Commit a70a287

Browse files
add a dispatch option
1 parent 6bd531b commit a70a287

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/check-migrations.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1-
# .github/workflows/check-migrations-on-paseo.yml
2-
31
name: Check Migrations on Paseo
42

53
on:
64
pull_request_target:
75
types:
86
- labeled
7+
workflow_dispatch:
8+
inputs:
9+
runtime-package:
10+
description: 'Runtime package to check migrations for'
11+
required: true
12+
default: 'frequency-runtime'
13+
runtime-uri:
14+
description: 'URI of the runtime to check migrations for'
15+
required: true
16+
default: 'wss://0.rpc.testnet.amplica.io:443'
17+
918

1019
jobs:
1120
check-migrations:
12-
if: contains(github.event.pull_request.labels.*.name, 'paseo-migration')
21+
if: contains(github.event.pull_request.labels.*.name, 'change/storage-migration')
1322
name: Check Migrations on Paseo
1423
continue-on-error: false
1524
runs-on: ubicloud-standard-8

0 commit comments

Comments
 (0)