Skip to content

Commit

Permalink
chore(ci) fixes large CI workflow file
Browse files Browse the repository at this point in the history
Although the workflow has been successfully testing all supported
builds, it has been failing due to a single-entry bracket-list.
  • Loading branch information
casimiro committed Dec 10, 2023
1 parent b9037ac commit ae46f3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-large.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Large CI

on:
#pull_request:
# branches: '**'
pull_request:
branches: '**'
schedule:
- cron: '0 9 * * *' # 9am UTC, 2am PST
workflow_dispatch:
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
fail-fast: false
matrix:
label: [""]
os: [ubuntu-latest]
os: ubuntu-latest
cc: [clang-13, clang-14, gcc-10, gcc-11]
ngx: [1.25.3]
runtime: [wasmtime, wasmer, v8]
Expand Down

0 comments on commit ae46f3a

Please sign in to comment.