Skip to content

Commit

Permalink
fix generate matrix for olap for saturdays
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodobolero committed Feb 1, 2025
1 parent 6318828 commit aa23aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:
],
"pg_version" : [
16,17
],
]
}'
if [ "$(date +%A)" = "Saturday" ] || [ ${RUN_AWS_RDS_AND_AURORA} = "true" ]; then
Expand Down

0 comments on commit aa23aab

Please sign in to comment.