Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Aug 14, 2024
1 parent 5362add commit 495aa2a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,18 @@ jobs:
access-tokens: github.com=${{ secrets.GH_NIX_TOKEN }}
org_token: ${{ secrets.GH_NIX_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"))'
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"
)
)

0 comments on commit 495aa2a

Please sign in to comment.