Skip to content

Commit

Permalink
Add run on push to tests changes
Browse files Browse the repository at this point in the history
  • Loading branch information
karola312 committed Oct 7, 2024
1 parent e078f38 commit 0ef9a5c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/run-tests-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@ on:
required: false
default: "Dashboard Automation test run "

repository_dispatch:
inputs:
VERSION:
type: string
required: true
description: Version of run eg. "3.19"
CUSTOM_VERSION:
type: string
required: true
description: Version of run eg. "3.19.4-5a41d18"
ADDITIONAL_TITLE:
type: string
required: false
default: "Dashboard Automation test run "

secrets:
STAGING_TOKEN:
required: true
Expand Down

0 comments on commit 0ef9a5c

Please sign in to comment.