Skip to content

Commit

Permalink
Merge branch 'cloudnative-pg:dev/2732' into dev/2732
Browse files Browse the repository at this point in the history
  • Loading branch information
NiccoloFei authored Sep 28, 2023
2 parents 4ca1cab + f5e33d6 commit b4681fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches:
- main
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches:
- main
paths-ignore:
- 'docs/**'
- '**/*.md'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ jobs:
olm-tests:
strategy:
fail-fast: false
matrix:
test: [ kiwi, lemon, orange ]
name: Running OLM ${{ matrix.test }} test
Expand All @@ -610,6 +611,7 @@ jobs:
env:
VERSION: ${{ needs.buildx.outputs.commit_version }}
OPP_DEBUG: 1
OPP_CONTAINER_TOOL: docker
OPP_PRODUCTION_TYPE: "k8s"
OPP_CONTAINER_OPT: "-t"
OPP_RELEASE_INDEX_NAME: "catalog_tmp"
Expand Down

0 comments on commit b4681fd

Please sign in to comment.