[RFR] Fix JF for Tests related to application-archetype association #109
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Global CI | |
on: ["push", "pull_request"] | |
jobs: | |
e2e: | |
uses: konveyor/ci/.github/workflows/global-ci.yml@main | |
with: | |
run_api_tests: false | |
run_ui_tests: true | |
ui_tests_ref: ${{ github.event.number && format('refs/pull/{0}/merge', github.event.number) || '' }} |