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 22c5bb6 + c29fc96 commit 4ca1cab
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,9 @@ jobs:
olm-bundle:
name: Create OLM bundle and catalog
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
needs:
- buildx
if: |
Expand Down Expand Up @@ -544,6 +547,9 @@ jobs:
olm-scorecard:
name: Running OLM scorecard test
runs-on: ubuntu-22.04
permissions:
contents: read
packages: read
needs:
- buildx
- olm-bundle
Expand Down Expand Up @@ -592,6 +598,9 @@ jobs:
test: [ kiwi, lemon, orange ]
name: Running OLM ${{ matrix.test }} test
runs-on: ubuntu-22.04
permissions:
contents: read
packages: read
needs:
- buildx
- olm-scorecard
Expand All @@ -609,6 +618,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: k8s-operatorhub/community-operators
persist-credentials: false

- name: Login to ghcr.io
uses: docker/login-action@v3
Expand Down

0 comments on commit 4ca1cab

Please sign in to comment.