Skip to content

Commit 7b55867

Browse files
authored
chore: Remove strategy for non-matrix builds (#186)
1 parent 1f8c6b9 commit 7b55867

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/proxy.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,17 @@ name: proxy
33
on:
44
pull_request:
55
paths-ignore:
6-
- '**.md'
7-
push:
6+
- '**.md'
7+
push:
88
branches:
9-
- master
9+
- main
1010
- releases/*
1111
paths-ignore:
1212
- '**.md'
13-
13+
1414
jobs:
1515
test-proxy:
1616
runs-on: ubuntu-latest
17-
strategy:
18-
fail-fast: false
1917
container:
2018
image: ubuntu:latest
2119
options: --dns 127.0.0.1
@@ -39,8 +37,6 @@ jobs:
3937

4038
test-bypass-proxy:
4139
runs-on: ubuntu-latest
42-
strategy:
43-
fail-fast: false
4440
env:
4541
https_proxy: http://no-such-proxy:3128
4642
no_proxy: api.github.com,github.com,nodejs.org,registry.npmjs.org,*.s3.amazonaws.com,s3.amazonaws.com

0 commit comments

Comments
 (0)