Skip to content

Commit

Permalink
Add global workflow (#816)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian von Feilitzsch <fabian@fabianism.us>
  • Loading branch information
fabianvf authored Nov 20, 2023
1 parent d60cf02 commit 6bce28f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/global-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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) || '' }}

0 comments on commit 6bce28f

Please sign in to comment.