Skip to content

Commit 07dd0ea

Browse files
Fix integer rendering and restore bullet points in Slack DMs
- Use floatingOrInteger in numberToScalarEvent so integers render as '30' instead of '30.0' in generated YAML - Restore '•' bullet character in Slack DM notifications; '-' does not render as a bullet in Slack mrkdwn Co-authored-by: Adrea Snow <adreasnow@users.noreply.github.com>
1 parent 3215eef commit 07dd0ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
generate-matrix:
2121
name: Generate matrix from cabal
2222
runs-on: ubuntu-24.04
23-
timeout-minutes: 30.0
23+
timeout-minutes: 30
2424
outputs:
2525
matrix: ${{ steps.set-matrix.outputs.matrix }}
2626
steps:
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838
needs:
3939
- generate-matrix
40-
timeout-minutes: 30.0
40+
timeout-minutes: 30
4141
container:
4242
image: buildpack-deps:jammy
4343
strategy:

0 commit comments

Comments
 (0)