Skip to content

Commit

Permalink
pr
Browse files Browse the repository at this point in the history
  • Loading branch information
doregg committed Mar 20, 2024
1 parent bcb5868 commit 19e3fe3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/trigger-e2e-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: "(▶) Trigger E2E tests Workflow"

on:
push:

workflow_dispatch:
inputs:
version:
description: 'Version'
required: true
sha:
description: 'Commit SHA'
required: true

jobs:
trigger_e2e_tests:
Expand Down

0 comments on commit 19e3fe3

Please sign in to comment.