18 lines
367 B
YAML
18 lines
367 B
YAML
name: RelativeCI
|
|
|
|
on:
|
|
workflow_run:
|
|
workflows: ["Main UI"]
|
|
types:
|
|
- completed
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Send bundle stats and build information to RelativeCI
|
|
uses: relative-ci/agent-action@v2.1.7
|
|
with:
|
|
key: ${{ secrets.RELATIVE_CI_KEY }}
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|