Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fix: error on print report
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Sep 26, 2024
1 parent 6d96c3c commit 581f6ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
#odoo_serie: ["12.0", "13.0", "14.0", "15.0", "16.0", "17.0"]
odoo_serie: ["17.0"]
odoo_serie: ["12.0", "13.0", "14.0", "15.0", "16.0", "17.0"]

steps:
- uses: actions/checkout@v4
Expand All @@ -53,7 +52,7 @@ jobs:
type=raw,value={{branch}}-{{date 'YYYYMMDD'}}
type=ref,event=tag
type=ref,event=pr
type=schedule,pattern=nightly
type=schedule,pattern={{branch}}-nightly
type=raw,value={{branch}}
- name: Setup build dir
Expand Down

0 comments on commit 581f6ba

Please sign in to comment.