Skip to content

Commit

Permalink
Tweaking ci
Browse files Browse the repository at this point in the history
  • Loading branch information
feikesteenbergen committed Oct 13, 2023
1 parent 1bc777e commit a9cbd1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
fail-fast: false
max-parallel: 12
matrix:
# REVERT TO: pgversion: [12, 13, 14, 15, 16]
pgversion: [12, 13, 14, 15, 16]
container: "${{ \
( \
Expand All @@ -64,7 +65,11 @@ jobs:
]') \
}}"
# Building TSDB in CI is only supported on Debian/Ubuntu
# centos only supports PG15 and below
exclude: "${{ \
fromJSON('[ \
{\"container\": {\"os\": \"centos\"}, \"pgversion\": 16} \
]') || \
( \
(github.event_name == 'schedule' && github.event.schedule == '0 8 * * 1-4') \
|| inputs.tsdb-commit != '' \
Expand Down

0 comments on commit a9cbd1f

Please sign in to comment.