Skip to content

Commit

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

steps:
- name: Checkout
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/frontend-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,9 @@ jobs:
run: make test

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

steps:
- name: Checkout
Expand Down

0 comments on commit 667867a

Please sign in to comment.