Skip to content

Commit

Permalink
ci: run e2e after CI workflow completed
Browse files Browse the repository at this point in the history
Signed-off-by: drivebyer <[email protected]>
  • Loading branch information
drivebyer committed Mar 29, 2024
1 parent aeba019 commit 1bf2f77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/e2e-chainsaw.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: E2E chainsaw tests

on:
pull_request:
branches:
- master
push:
branches:
- master
workflow_run:
workflows: [CI]
types: [completed]

jobs:
test:
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: E2E Kuttl tests

on:
pull_request:
branches:
- master
push:
branches:
- master
workflow_run:
workflows: [CI]
types: [completed]

jobs:
test:
Expand Down

0 comments on commit 1bf2f77

Please sign in to comment.