Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
doregg committed Mar 20, 2024
1 parent c832e51 commit bd4f96c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/trigger-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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 bd4f96c

Please sign in to comment.