Skip to content

RelativeCI

RelativeCI #1310

Workflow file for this run

name: RelativeCI
on:
workflow_run:
workflows: ['Pull request tests']
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Send webpack stats to RelativeCI
uses: relative-ci/agent-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
key: ${{ secrets.RELATIVE_CI_KEY }}