Skip to content

Commit

Permalink
Fix whitespace in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Mar 14, 2024
1 parent 7c9346b commit c31ca12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Bootstrap Skip
# to the docs, since these jobs take a long time to complete without providing any benefit.
# We therefore use path-filtering in the workflow triggers for the bootstrap jobs, namely
# "paths-ignore: doc/**". But the "Bootstrap post job" is a required job, therefore a PR cannot
# be merged unless the "Bootstrap post job" completes succesfully, which it doesn't do if we
# be merged unless the "Bootstrap post job" completes succesfully, which it doesn't do if we
# filter it out.
#
# The solution: We use a second job with the same name which always returns the exit code 0.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Validate Skip
# to the docs, since these jobs take a long time to complete without providing any benefit.
# We therefore use path-filtering in the workflow triggers for the validate jobs, namely
# "paths-ignore: doc/**". But the "Validate post job" is a required job, therefore a PR cannot
# be merged unless the "Validate post job" completes succesfully, which it doesn't do if we
# be merged unless the "Validate post job" completes succesfully, which it doesn't do if we
# filter it out.
#
# The solution: We use a second job with the same name which always returns the exit code 0.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
run: sh validate.sh ${{ env.COMMON_FLAGS }} --lib-only -s lib-suite-extras --extra-hc ${{ env.EXTRA_GHC }}

build-alpine:
name: Build statically linked using alpine
name: Build statically linked using alpine
runs-on: "ubuntu-latest"
container: "alpine:3.19"
steps:
Expand Down

0 comments on commit c31ca12

Please sign in to comment.