We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e15694 commit d368bcdCopy full SHA for d368bcd
.github/workflows/run-docker-tests.yml
@@ -5,7 +5,8 @@ on:
5
inputs:
6
image_url:
7
description: 'Docker url to execute'
8
- default: "ghcr.io/meta-introspector/o1js/o1js-perf-recording:5ce0221662cecbca9a3de05601af94a15b154a3bcf8bafcb0cfa1f5b9f407bdc"
+ #default: "ghcr.io/meta-introspector/o1js/o1js-perf-recording:5ce0221662cecbca9a3de05601af94a15b154a3bcf8bafcb0cfa1f5b9f407bdc"
9
+ default: ghcr.io/meta-introspector/o1js/o1js-perf-recording:latest
10
push:
11
branches: [ "collect-perf" ]
12
pull_request:
0 commit comments