Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Enable skip of CI deployment tests #4203
base: main
Are you sure you want to change the base?
feat: Enable skip of CI deployment tests #4203
Changes from all commits
475bfce
3c848bd
219f6ff
17e6b6d
5aec7c1
8a79bc3
c1171ec
8e4dc0d
c382179
b28e053
c362c71
f547f3c
870bc34
e88659b
8f47a3d
1ab729c
01a1201
eb492e3
47e9282
9e5b97c
1630bcb
6f08745
d5e9e2e
73e22f7
57bbbe0
a6df0eb
e5898d3
77ffdb1
cf3de24
f85f137
4ff05fb
d3d77e5
a0dc290
020c61f
60b9d63
d5009db
a5cb51b
b7e5e43
ae1ac26
b77555b
3ca9ca8
7a5dbdd
4250c8c
7e8f6a4
e8e1fd6
c7691ac
2c33e06
c6a7846
a1a2f36
df6561f
192b847
f6e77c2
4c58f64
09cf584
ed337ca
64f9ba6
8e3b7f3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally, we don't inject the new condition into this object as it represents the parameters that are passed into the
Test-TemplateDeployment
&New-TemplateDeployment
scripts (i.e., we want to be as close to the workflow as possible). I'd instead recommend an additional parameter. For example,There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still very much an active comment 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And now hopefully redundant 😊