Skip to content

Commit

Permalink
update tox and release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgameiroborges committed Nov 25, 2024
1 parent 16b4122 commit 15a7de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
on:
push:
branches:
- 14/edge
- 16/edge
paths:
- snap

Expand All @@ -24,7 +24,7 @@ jobs:
- build
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
with:
channel: 14/edge
channel: 16/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
secrets:
snap-store-token: ${{ secrets.SNAP_STORE_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ env_list = lint,smoke

[testenv]
setenv =
version=14.0
channel=14.0/edge
version=16.4
channel=16.4/edge
vm-repo=https://github.com/canonical/postgresql-operator.git
allowlist_externals =
poetry
Expand Down

0 comments on commit 15a7de8

Please sign in to comment.