Skip to content

Commit

Permalink
Temporarily disable PGO builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Jan 29, 2025
1 parent 523210b commit e2f4f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/generate-matrix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ runs:
INCLUDES="[$PGO_CONFIG]"
NAMES='["pgo"]'
else
INCLUDES="[$BIG_MERGE_CONFIG, $PGO_CONFIG]"
NAMES='["big-merge", "pgo"]'
INCLUDES="[$BIG_MERGE_CONFIG]"
NAMES='["big-merge"]'
fi
LOOKBACK_DAYS="${{ inputs.lookback_days }}"
Expand Down

0 comments on commit e2f4f39

Please sign in to comment.