Skip to content

Commit

Permalink
change parametric-tests github action to allow for system test branch…
Browse files Browse the repository at this point in the history
… targeting
  • Loading branch information
genesor committed Mar 6, 2025
1 parent 21e65ce commit 4bc778b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/parametric-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: APM Parametric Tests
on:
workflow_call: # allows to reuse this workflow
inputs:
ref:
branch_ref:
description: 'The branch to run the workflow on'
required: true
type: string
Expand All @@ -18,7 +18,13 @@ on:
branches:
- "**"
merge_group:
workflow_dispatch: {}
workflow_dispatch:
inputs:
ref:
description: 'System Tests ref/tag/branch'
required: true
default: main
type: string
schedule:
- cron: '00 04 * * 2-6'

Expand Down

0 comments on commit 4bc778b

Please sign in to comment.