Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-ds committed Nov 22, 2024
1 parent 0226f17 commit cb89f76
Show file tree
Hide file tree
Showing 2 changed files with 395 additions and 391 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/performance_summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,21 @@ permissions:
jobs:
performance-summary:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Post Performance Summary comment on PR
if: ${{ github.event.workflow_run.event == 'pull_request' }}
# if: ${{ github.event.workflow_run.event == 'pull_request' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_PR_NUMBER: ${{ github.event.workflow_run.pull_requests[0].number }}
GITHUB_BASE_BRANCH: ${{ github.event.workflow_run.pull_requests[0].base.ref}}
GITHUB_PR_BRANCH: ${{ github.event.workflow_run.pull_requests[0].head.ref }}
GITHUB_PR_COMMIT_HASH: ${{ github.event.workflow_run.pull_requests[0].head.sha }}
# GITHUB_PR_NUMBER: ${{ github.event.workflow_run.pull_requests[0].number }}
# GITHUB_BASE_BRANCH: ${{ github.event.workflow_run.pull_requests[0].base.ref}}
# GITHUB_PR_BRANCH: ${{ github.event.workflow_run.pull_requests[0].head.ref }}
# GITHUB_PR_COMMIT_HASH: ${{ github.event.workflow_run.pull_requests[0].head.sha }}
GITHUB_PR_NUMBER: 2936
GITHUB_BASE_BRANCH: main
GITHUB_PR_BRANCH: 11-16-track_ci_job_runtime
GITHUB_PR_COMMIT_HASH: 1cb21b6cf9b7b5336dbdb6e82b4a0e767f738e33
run: cargo run --release -p linera-summary -- ci
Loading

0 comments on commit cb89f76

Please sign in to comment.