Skip to content

Enable Rebase workflows #1

Enable Rebase workflows

Enable Rebase workflows #1

name: Build with nativelink
on:
push:
workflow_dispatch:
workflow_call:
workflow_run:
workflows: ["rebase upstream manual", "rebase upstream cron"]
types:
- completed
jobs:
linux-build:
# runs-on: xlarge-ubuntu-x86-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Echo
run: |-
echo "linux build"