name: Full end-to-end (e2e) testsuite. on: workflow_call: secrets: nixbuild_token: required: true gh_token: required: true org_token: required: true jobs: build: uses: unionlabs/workflows/.github/workflows/build.yml@8fdbd5d131725a503e1e8c7a415edf6726da25c5 secrets: nixbuild_token: ${{ secrets.nixbuild_token }} access-tokens: github.com=${{ secrets.github_token }} org_token: ${{ secrets.org_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"))'