Skip to content

Commit

Permalink
chore: Remove strategy for non-matrix builds (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Dec 30, 2021
1 parent 1f8c6b9 commit 7b55867
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/proxy.yml
Expand Up @@ -3,19 +3,17 @@ name: proxy
on:
pull_request:
paths-ignore:
- '**.md'
push:
- '**.md'
push:
branches:
- master
- main
- releases/*
paths-ignore:
- '**.md'

jobs:
test-proxy:
runs-on: ubuntu-latest
strategy:
fail-fast: false
container:
image: ubuntu:latest
options: --dns 127.0.0.1
Expand All @@ -39,8 +37,6 @@ jobs:

test-bypass-proxy:
runs-on: ubuntu-latest
strategy:
fail-fast: false
env:
https_proxy: http://no-such-proxy:3128
no_proxy: api.github.com,github.com,nodejs.org,registry.npmjs.org,*.s3.amazonaws.com,s3.amazonaws.com
Expand Down

0 comments on commit 7b55867

Please sign in to comment.