Skip to content

Moved tests to the more appropriate directory and added a test case based on the performance improvement to be brought by #5427 #11

Moved tests to the more appropriate directory and added a test case based on the performance improvement to be brought by #5427

Moved tests to the more appropriate directory and added a test case based on the performance improvement to be brought by #5427 #11

name: Autocomment atime-based performance regression analysis on PRs
on:
pull_request:
branches:
- '*'
types:
- opened
- reopened
- synchronize
paths:
- 'R/**'
- 'src/**'
- '.ci/atime/tests.R'
jobs:
comment:
runs-on: ubuntu-latest
container: ghcr.io/iterative/cml:0-dvc2-base1
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: Anirban166/Autocomment-atime-results@v1.2.0