Skip to content

Revert "Rewrite the exponential decay process in C++. (#285)" #1

Revert "Rewrite the exponential decay process in C++. (#285)"

Revert "Rewrite the exponential decay process in C++. (#285)" #1

name: Continuous Benchmarks (Receive)
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
on:
issue_comment:
types: ['created', 'edited']
jobs:
build:
if: >
github.event.issue.pull_request &&
startsWith(github.event.comment.body, '/benchmark') && (
github.event.comment.author_association == 'OWNER' ||
github.event.comment.author_association == 'MEMBER' ||
github.event.comment.author_association == 'COLLABORATOR'
)
runs-on: ubuntu-22.04
env:
RSPM: "https://packagemanager.posit.co/cran/__linux__/jammy/2024-05-15"
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Echo github obj
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: lorenzwalthert/touchstone/actions/receive@v1
with:
cache-version: 1
force_upstream: true