Skip to content

add copybara file and the associated workflow #3

add copybara file and the associated workflow

add copybara file and the associated workflow #3

name: Sync rocm/jax with jax-ml/jax
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '0 12 * * *' # Runs every day
jobs:
upstream_pr:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Upstream Sync
uses: olivr/[email protected]
with:
access_token: ${{ secrets.GH_TOKEN }}
ssh_key: ${{ secrets.SSH_KEY }}
workflow: default
custom_config: ${{ github.workspace }}/copy.bara.sky
#