Update inputset event-Push (#474)

* Update inputset event-Push

* Update inputset event-Push

* Update inputset event-PR

* Update inputset event-Tag

---------

Co-authored-by: Archit Mallik <archit.mallik@harness.io>
This commit is contained in:
ci-reporunner
2025-02-13 10:53:37 +05:30
committed by GitHub
parent b54379f077
commit 55c76aeaf0
3 changed files with 300 additions and 294 deletions
+2
View File
@@ -1,5 +1,6 @@
inputSet:
name: event-PR
tags: {}
identifier: eventPR
orgIdentifier: default
projectIdentifier: Drone_Plugins
@@ -13,6 +14,7 @@ inputSet:
spec:
number: <+trigger.prNumber>
stages:
- parallel:
- stage:
identifier: linamd64
type: CI
+2
View File
@@ -1,5 +1,6 @@
inputSet:
name: event-Push
tags: {}
identifier: eventPush
orgIdentifier: default
projectIdentifier: Drone_Plugins
@@ -13,6 +14,7 @@ inputSet:
spec:
branch: <+trigger.branch>
stages:
- parallel:
- stage:
identifier: linamd64
type: CI
+2
View File
@@ -1,5 +1,6 @@
inputSet:
name: event-Tag
tags: {}
identifier: eventTag
orgIdentifier: default
projectIdentifier: Drone_Plugins
@@ -13,6 +14,7 @@ inputSet:
spec:
tag: <+trigger.tag>
stages:
- parallel:
- stage:
identifier: linamd64
type: CI