Skip to content

Commit

Permalink
Add global workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian von Feilitzsch <[email protected]>
  • Loading branch information
fabianvf committed Nov 16, 2023
1 parent d3925fa commit e154e12
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 && 'refs/pull/' + github.event.number + '/merge' || '' }}

0 comments on commit e154e12

Please sign in to comment.