Skip to content

Commit

Permalink
Different approach
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsabath authored Aug 25, 2023
1 parent cf26f4b commit 8c8d816
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/proto/generation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -517,10 +517,12 @@ message OnStatus {
repeated FinishReason reason = 1;
optional string target = 2;
repeated StageAction action = 3;
oneof artifact_type {
repeated ArtifactType include = 4;
repeated ArtifactType exclude = 5;
}
optional ArtifactTypeFilter artifactType = 4;
}

message ArtifactTypeFilter {
repeated ArtifactType include = 1;
repeated ArtifactType exclude = 2;
}

message Stage {
Expand Down

0 comments on commit 8c8d816

Please sign in to comment.