Skip to content

chore: update git ref #16

chore: update git ref

chore: update git ref #16

Workflow file for this run

name: Full end-to-end (e2e) testsuite.
on:
push:
workflow_call:
secrets:
nixbuild_token:
required: true
github-token:
required: true
jobs:
build:
uses: unionlabs/workflows/.github/workflows/build.yml@055f3e5cb38a87d912686fd1edc0294f6bb4b4af
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
access-tokens: github.com=${{ secrets.github-token }}
with:
filter_builds: '((.top_attr == "checks") and (.system == "x86_64-linux") and (.attr == "virtualisation-works" or .attr == "ensure-blocks" or .attr == "sepolia-runs" or .attr == "union-runs" or .attr == "epoch-completes" or .attr == "forced-set-rotation" or .attr == "upgrade-from-genesis" or .attr == "upgrade-with-tokenfactory-state"))'