Skip to content

Commit

Permalink
Merge pull request #483 from atheo89/enable-gha-1-9
Browse files Browse the repository at this point in the history
Enable GHAs for v1.9-branch
  • Loading branch information
openshift-merge-bot[bot] authored Dec 3, 2024
2 parents c37b412 + 9116a09 commit 0d135e6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Code static analysis
"on":
push:
pull_request:
branches:
- main
- v1.9-branch
workflow_dispatch:

permissions:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/notebook_controller_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Notebook Controller Integration Test
on:
push:
pull_request:
branches:
- main
- v1.9-branch
paths:
- components/notebook-controller/**
workflow_dispatch:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/notebook_controller_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Run Notebook Controller unit tests
on:
push:
pull_request:
branches:
- main
- v1.9-branch
paths:
- components/notebook-controller/**
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: ODH Notebook Controller Integration Test
on:
push:
pull_request:
branches:
- main
- v1.9-branch
paths:
- .github/workflows/odh_notebook_controller_integration_test.yaml
- components/notebook-controller/**
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/odh_notebook_controller_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Run ODH Notebook Controller unit tests
on:
push:
pull_request:
branches:
- main
- v1.9-branch
paths:
- components/odh-notebook-controller/**
workflow_dispatch:
Expand Down

0 comments on commit 0d135e6

Please sign in to comment.