From 376a1781fa7162b5dfbf6af8582747f563e9a80d Mon Sep 17 00:00:00 2001 From: Morgan Bazalgette Date: Thu, 23 Jan 2025 13:21:42 +0100 Subject: [PATCH] fixup ci as welll --- .github/workflows/gnoland.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/gnoland.yml b/.github/workflows/gnoland.yml index 0d3a7a10516..b02e7b364e6 100644 --- a/.github/workflows/gnoland.yml +++ b/.github/workflows/gnoland.yml @@ -11,6 +11,9 @@ on: # since there are integration suites that cover the gnovm / tm2 - gnovm/** - tm2/** + # Changes to examples/ can create failures in gno.land, eg. txtars, + # see: https://github.com/gnolang/gno/pull/3590 + - examples/** workflow_dispatch: jobs: