Skip to content

Commit

Permalink
[MOD] gha workflow to use gha-runners-delib-py3 [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: anuttinck <[email protected]>
  • Loading branch information
alexnuttinck committed Sep 26, 2024
1 parent 107b2ea commit 58b5205
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-coverage-gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
plone-version: ["6.0"]
steps:
- name: Run check
uses: IMIO/gha/plone-package-test-notify@main
uses: IMIO/gha/plone-package-test-notify@v3
env:
cache-name: cache-eggs
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request-gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
experimental: [false]
steps:
- name: Run tests
uses: IMIO/gha/plone-package-test-notify@main
uses: IMIO/gha/plone-package-test-notify@v3
env:
cache-name: cache-eggs
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: gha-runners-delib-py3
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
Expand All @@ -15,7 +15,7 @@ jobs:
experimental: [false]
steps:
- name: Run tests
uses: IMIO/gha/plone-package-test-notify@main
uses: IMIO/gha/plone-package-test-notify@v3
env:
cache-name: cache-eggs
with:
Expand Down

0 comments on commit 58b5205

Please sign in to comment.