Skip to content

Commit

Permalink
add workflow_dispatch trigger to choose workflow branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Jul 21, 2023
1 parent 13e60d2 commit 7d80781
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Update Playwright Snapshots

on:
workflow_dispatch:
inputs:
number:
description: 'PR number'
required: true
issue_comment:
types: [created, edited]

Expand Down

0 comments on commit 7d80781

Please sign in to comment.