Skip to content

Commit

Permalink
add workflow call to e2e data generator (#2571)
Browse files Browse the repository at this point in the history
  • Loading branch information
danswick authored Oct 20, 2023
1 parent ae5c6e9 commit 2ab4b68
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/end-to-end-test-data-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
environment:
required: true
type: choice
description: Which environment should the workflow run on?
description: The environment the workflow should run on.
options:
- dev
- staging
Expand All @@ -18,6 +18,21 @@ on:
required: false
type: string
description: Comma-separated list of report years. The list of years needs to be the same lenght as the list of dbkeys.
workflow_call:
inputs:
environment:
required: true
type: string
description: The environment the workflow should run on.
# dev, staging
dbkeys:
required: false
type: string
description: Comma-separated list of report-IDs.
years:
required: false
type: string
description: Comma-separated list of report years. The list of years needs to be the same lenght as the list of dbkeys.

jobs:
end-to-end-test-data:
Expand Down

0 comments on commit 2ab4b68

Please sign in to comment.