We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b03e6 commit e1aa21fCopy full SHA for e1aa21f
.github/workflows/o1js.yml
@@ -14,8 +14,8 @@ concurrency:
14
15
jobs:
16
trigger_o1js_checks:
17
- uses: o1-labs/o1js/.github/workflows/checks.yml@brian/proof-systems-test #TODO change to main after merging o1js changes
+ uses: o1-labs/o1js/.github/workflows/checks.yml@main
18
with:
19
proof_systems_commit: ${{ github.sha }}
20
target_repo: "o1-labs/o1js"
21
- target_ref: "brian/proof-systems-test" # TODO main here too
+ target_ref: "main"
0 commit comments