Merge remote-tracking branch 'origin/v3-ui' into feature/automation-branching-ux
This commit is contained in:
commit
f1217a67e4
|
@ -3,7 +3,7 @@ name: Deploy QA
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- v3-ui
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -6,7 +6,6 @@ export const TriggerStepID = {
|
||||||
WEBHOOK: "WEBHOOK",
|
WEBHOOK: "WEBHOOK",
|
||||||
APP: "APP",
|
APP: "APP",
|
||||||
CRON: "CRON",
|
CRON: "CRON",
|
||||||
ROW_ACTION: "ROW_ACTION",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export const ActionStepID = {
|
export const ActionStepID = {
|
||||||
|
|
Loading…
Reference in New Issue