Skip to content

Commit fcba532

Browse files
committed
feat(tests): trigger and pin gha version
1 parent fdc9b8e commit fcba532

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Test package
33
on:
44
workflow_dispatch:
55
push:
6-
# branches:
7-
# - master
6+
branches:
7+
- master
88

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

0 commit comments

Comments
 (0)