Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .github/workflows/performance-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: atime performance tests

on:
pull_request:
pull_request_target:
types:
- opened
- reopened
Expand All @@ -10,14 +10,15 @@ on:
- 'R/**'
- 'src/**'
- '.ci/atime/**'
workflow_dispatch:

jobs:
comment:
if: github.repository == 'Rdatatable/data.table'
runs-on: ubuntu-latest
container: ghcr.io/iterative/cml:0-dvc2-base1
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
permissions:
pull-requests: write
steps:
- uses: Anirban166/[email protected]
- name: Run atime performance analysis
uses: Anirban166/[email protected]
with:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading