Skip to content

remove chains filter for staging env #6812

remove chains filter for staging env

remove chains filter for staging env #6812

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