Skip to content

Refactor helper function issue #6702 (Refactored duplicated logic in setDT and [,:=]) #1292

Refactor helper function issue #6702 (Refactored duplicated logic in setDT and [,:=])

Refactor helper function issue #6702 (Refactored duplicated logic in setDT and [,:=]) #1292

name: atime performance tests
on:
pull_request:
types:
- opened
- reopened
- synchronize
paths:
- 'R/**'
- 'src/**'
- '.ci/atime/**'
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 }}
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: refactor-helper-function-issue-6702
- run: |
echo "Current branch:"
git branch
echo "Listing all branches:"
git branch -a
- uses: Anirban166/[email protected]