Skip to content

Commit

Permalink
Add support for ip ranges (#44)
Browse files Browse the repository at this point in the history
* Add support for ip ranges

* fix lint
  • Loading branch information
marboledacci authored Jan 16, 2025
1 parent ab1c0e4 commit 925e3e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/jobs/continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ parameters:
type: string
description: "Resource class to use"
default: "small"
circleci_ip_ranges:
description: Enables jobs to go through a set of well-defined IP address ranges.
type: boolean
default: false

circleci_ip_ranges: << parameters.circleci_ip_ranges >>

steps:
- when:
Expand Down

0 comments on commit 925e3e9

Please sign in to comment.