Skip to content

Commit

Permalink
chore: allow us to run some CI jobs manually when we need (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliXsed authored Feb 9, 2024
1 parent 06cd3c8 commit 7738ee6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ on:
branches:
- master
pull_request:

workflow_dispatch:
inputs:
tag:
description: 'Tag to run the workflow on'
required: true
run_specific_job:
description: 'Specify a job to run (test-runtime, try-runtime-execute, etc.)'
required: true

env:
toolchain: stable
target: wasm32-unknown-unknown
Expand Down

0 comments on commit 7738ee6

Please sign in to comment.