Skip to content

Commit

Permalink
ci: move testnet test to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
CantelopePeel committed May 16, 2024
1 parent 4769a6e commit eae9338
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/on_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ jobs:
coverage-report:
uses: ./.github/workflows/coverage_report.yml
secrets: inherit
test-firedancer-testnet:
uses: ./.github/workflows/test_firedancer_testnet.yml
secrets: inherit

3 changes: 0 additions & 3 deletions .github/workflows/test_firedancer_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@ name: Firedancer Testnet
on:
workflow_call:
workflow_dispatch:
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
firedancer-testnet:
runs-on: private
if: github.event.pull_request.draft == false
env:
CC: gcc
EXTRAS: no-solana
Expand Down

0 comments on commit eae9338

Please sign in to comment.