Skip to content

Commit

Permalink
Merge pull request #1107 from GSA/reduce-parallel
Browse files Browse the repository at this point in the history
reduce max-parallel for Egress check from 4 to 2
  • Loading branch information
FuhuXia authored Oct 17, 2023
2 parents df87e6a + b8e7b65 commit a0bb45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/egress_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
environment: ${{ matrix.environ }}
strategy:
fail-fast: false
max-parallel: 4
max-parallel: 2
matrix:
command:
- 'GoodDomainTest || curl -I -L --http1.1 https://gsa.gov | grep \"HTTP/1.1 200 OK\"'
Expand Down

0 comments on commit a0bb45b

Please sign in to comment.