solved #6556 made the error more informative #1214
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | |
- uses: Anirban166/[email protected] | |
- name: Switch to base branch | |
run: git switch "${GITHUB_BASE_REF}" | |
- name: Set upstream to base branch | |
run: git branch --set-upstream-to=origin/"${GITHUB_BASE_REF}" |