Skip to content

Commit

Permalink
PMM-12296 switched version getter
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Yarosh committed Feb 19, 2024
1 parent 1372fab commit cfa6477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-test-fb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ on:
jobs:
get_versions:
name: Get versions
uses: percona/pmm-ui-tests/.github/workflows/pmm-version-getter.yml@main
uses: ./.github/workflows/pmm-version-getter.yml
with:
repository: 'dev-latest'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-test-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ on:
jobs:
get_versions:
name: Get versions
uses: percona/pmm-ui-tests/.github/workflows/pmm-version-getter.yml@main
uses: ./.github/workflows/pmm-version-getter.yml
with:
repository: ${{ inputs.repository || 'release'}}

Expand Down

0 comments on commit cfa6477

Please sign in to comment.