Skip to content

Commit

Permalink
move proof-producer debug build to nightliy
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 16, 2024
1 parent f6a2064 commit 15ffe4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ jobs:
always() && !cancelled()
secrets: inherit

test-linux-proof-producer-debug-gcc:
name: Gcc debug proof-producer Linux testing
uses: ./.github/workflows/gcc-debug-proof-producer-nix-check.yml
if: |
always() && !cancelled()
secrets: inherit

post-telemetry:
name: Post test results in Open Telemetry format
runs-on: [self-hosted, Linux, X64, aws_autoscaling]
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ jobs:
always() && !cancelled()
secrets: inherit

test-linux-proof-producer-debug-gcc:
name: Gcc debug proof-producer Linux testing
uses: ./.github/workflows/gcc-debug-proof-producer-nix-check.yml
if: |
always() && !cancelled()
secrets: inherit

check-proof-producer:
name: Check Proof Producer
uses: ./.github/workflows/check-proof-producer.yml
Expand Down

0 comments on commit 15ffe4e

Please sign in to comment.