diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d6127e41..dd253773 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -79,7 +79,7 @@ jobs: strategy: fail-fast: false matrix: - plan: ["simplan_fast_check", "only_log_trigger"] + plan: ["simplan_fast_check", "only_log_trigger", "pipeline_failure_recovery"] name: Upkeep Simulation ${{ matrix.plan }}