Skip to content

Commit

Permalink
Merge branch 'dpe-2789-update-dpw' into self-hosted-test
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Oct 31, 2023
2 parents 38dddc1 + a9f3330 commit bfe675d
Show file tree
Hide file tree
Showing 5 changed files with 282 additions and 153 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install tox & poetry
run: |
pipx install tox
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/lib-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ on:
- 'LICENSE'
- '**.md'
- 'renovate.json'
schedule:
- cron: '53 0 * * *' # Daily at 00:53 UTC
# Triggered on push to branch "main" by .github/workflows/release.yaml
workflow_call:

jobs:
lib-check:
Expand All @@ -27,7 +23,7 @@ jobs:
if: ${{ github.event.pull_request.head.repo.full_name == 'canonical/postgresql-operator' }}
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check libs
Expand Down
Loading

0 comments on commit bfe675d

Please sign in to comment.