Skip to content

Commit a489418

Browse files
committed
adf
1 parent abe19e4 commit a489418

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ jobs:
9292
meshpy-performance-testing:
9393
name: performance tests
9494
if: github.event_name != 'pull_request_target' || github.event.pull_request.head.ref != 'ci-testing'
95-
runs-on: self-hosted
96-
continue-on-error: true
95+
runs-on: ubuntu-latest
96+
container:
97+
image: ghcr.io/4c-multiphysics/4c:main
9798
defaults:
9899
run:
99100
shell: bash

0 commit comments

Comments
 (0)