Skip to content

Commit 338834a

Browse files
committed
WIP: look for further errors
1 parent 273a2bf commit 338834a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ name: CI
33
on:
44
pull_request:
55
push:
6-
branches: [main, signal/gh]
6+
branches: [main, natty/github_actions/actions/download-artifact-4]
77
tags: [v*.*.*]
88

99
jobs:
1010
build:
1111
name: Test & Build
1212
strategy:
13+
# Finish the other builds even if one fails.
14+
fail-fast: false
1315
matrix:
1416
python-version: ['2.7', '3.7', '3.8', '3.10']
1517
runs-on: [ubuntu-20.04]

0 commit comments

Comments
 (0)