diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-04-20 00:02:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 09:02:35 +0200 |
commit | 68e7ed9c57605bc98d3ab7625374113386e62ee7 (patch) | |
tree | 1725ef501ffab306e5aa03aa51b45d82a1f23638 /.github | |
parent | fb02b569578e4538852cb92b350036548aa5da15 (diff) | |
download | Nim-68e7ed9c57605bc98d3ab7625374113386e62ee7.tar.gz |
important_packages: `allowed_failures` batch (#17757)
* important_packages: reserve batch 0 for allowed failures * custom batch name: allowed_failures
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_packages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_packages.yml b/.github/workflows/ci_packages.yml index b7af1210c..e7073ea23 100644 --- a/.github/workflows/ci_packages.yml +++ b/.github/workflows/ci_packages.yml @@ -11,7 +11,7 @@ jobs: matrix: os: [ubuntu-18.04, macos-10.15] cpu: [amd64] - batch: ["0_3", "1_3", "2_3"] # list of `index_num` + batch: ["allowed_failures", "0_3", "1_3", "2_3"] # list of `index_num` name: '${{ matrix.os }} (batch: ${{ matrix.batch }})' runs-on: ${{ matrix.os }} env: |