Skip to content

Commit

Permalink
feat(tests): trigger and pin gha version
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Nov 15, 2024
1 parent fdc9b8e commit fcba532
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Test package
on:
workflow_dispatch:
push:
# branches:
# - master
branches:
- master

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -30,7 +30,7 @@ jobs:
run: soffice '--accept=socket,host=0.0.0.0,port=2002;urp;StarOffice.ServiceManager' --nologo --headless --nofirststartwizard --norestore &
shell: bash
- name: Run tests
uses: IMIO/gha/plone-package-test-notify@main
uses: IMIO/gha/plone-package-test-notify@v4
env:
cache-name: cache-eggs
with:
Expand Down

0 comments on commit fcba532

Please sign in to comment.