Skip to content

2192 ics08 near light client #6838

2192 ics08 near light client

2192 ics08 near light client #6838

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
fail-on-draft:
if: github.event.pull_request.draft == true
runs-on: ubuntu-latest
steps:
- run: exit 1
site:
if: github.event.pull_request.draft == false
uses: unionlabs/workflows/.github/workflows/build.yml@c1f61bb3122ee5e952f5e447c7216d638f450ffc
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
access-tokens: github.com=${{ secrets.GH_NIX_TOKEN }}
org_token: ${{ secrets.GH_NIX_TOKEN }}
with:
eval_target: 'site'
eval_top_attr: 'packages'
lfs: true