Skip to content

Commit

Permalink
[skip ci] minor ci tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Jan 14, 2024
1 parent fae1536 commit fae1bd6
Showing 1 changed file with 28 additions and 27 deletions.
55 changes: 28 additions & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,40 +12,41 @@ jobs:
strategy:
fail-fast: false
matrix:
# do the slow ones first, to make the overall build quicker
build:
- assembly
- bun
- c-gcc
- c-clang
- cpp-gcc
- cpp-clang
# - tcl
- prolog
- smalltalk
- python3
- julia
- perl
- cobol
- coffeescript
- haskell
- ruby
- forth
- lua
- php
- erlang
- crystal
- scala
- csharp
- coffeescript
- kotlin
- java
- deno
- erlang
- forth
- fortran
- node
- go
- haskell
- java
- julia
- kotlin
- lua
- bun
- fortran
- rust
- cpp-clang
- cpp-gcc
- c-clang
- c-gcc
- nim
- node
- pascal
- perl
- php
- prolog
- python3
- ruby
- rust
- scala
- smalltalk
# - tcl
- zig
- assembly
runs-on: ubuntu-latest
container:
image: acheronfail/count
Expand Down Expand Up @@ -88,5 +89,5 @@ jobs:
tag_name: ${{ github.run_number }}
body_path: scripts/summary.md
files: artifact/*.json
draft: false
prerelease: false
draft: ${{ github.ref_name != 'master' }}
prerelease: ${{ github.ref_name != 'master' }}

0 comments on commit fae1bd6

Please sign in to comment.