Skip to content

Commit

Permalink
Fix release III
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed May 3, 2024
1 parent 478641d commit e57ee96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
pytest src/plonede/tests
release:
if: ${{ github.ref == 'refs/heads/fixrelease' }}
# if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
needs: [black, flake8, isort, zpretty, tests]

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/frontend-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ defaults:
jobs:
meta:
runs-on: ubuntu-latest
working-directory: ./
outputs:
TAG: ${{ steps.vars.outputs.TAG }}
VOLTO_VERSION: ${{ steps.vars.outputs.VOLTO_VERSION }}
Expand Down Expand Up @@ -108,7 +109,7 @@ jobs:
run: make test

release:
if: ${{ github.ref == 'refs/heads/fixrelease' }}
# if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
needs: [meta, eslint, prettier, i18n, unit]

Expand Down

0 comments on commit e57ee96

Please sign in to comment.