Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimZhukov committed Oct 25, 2023
1 parent 889a535 commit 9bef8f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: "Manual testing"
on:
workflow_dispatch:
inputs:
PR_NUMBER:
description: 'PR number'
required: true

jobs:
triage:
Expand All @@ -13,4 +17,4 @@ jobs:
with:
configuration-path: '.github/labelerOld.yml'
pr-number: |
10
${{ inputs.PR_NUMBER }}

0 comments on commit 9bef8f4

Please sign in to comment.