Skip to content

Commit

Permalink
Ss 60 GitHub actions bug (#534)
Browse files Browse the repository at this point in the history
* test auto trigger issue

* test auto deploy

* test auto deploy

* test auto trigger

* test auto deploy

* test

* test

* test auto trigger

* test auto trigger

* test

* test auto trigger

* test auto trigger

* test auto trigger
  • Loading branch information
sakthi-aot authored Oct 4, 2023
1 parent f9dc338 commit 64654db
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 21 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cd-forms-flow-bpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ on:
branches:
- dev
- main
- feat/task-228 # Remove in future, just to verify this works
- ss-60-github-actions-bug #test auto trigger issue#test1
paths:
- "forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm"
- ".github/workflows/cd-forms-flow-bpm.yaml"
- 'backend/**'
- 'frontend/**'
- 'forms-flow-ai/**'
- '.github/workflows/**'

defaults:
run:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/cd-forms-flow-nav.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: forms-flow-web Custom
name: forms-flow-nav Custom

on:
workflow_dispatch:
Expand All @@ -11,10 +11,12 @@ on:
branches:
- dev
- main
- epdds-270 # Remove in future, just to verify this works

paths:
- "forms-flow-ai/forms-flow-ai-micro-front-ends/forms-flow-nav"
- ".github/workflows/cd-forms-flow-nav.yaml"
- 'backend/**'
- 'frontend/**'
- 'forms-flow-ai/**'
- '.github/workflows/**'

defaults:
run:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/cd-forms-flow-theme.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: forms-flow-web Custom
name: forms-flow-web-theme Custom

on:
workflow_dispatch:
Expand All @@ -11,10 +11,12 @@ on:
branches:
- dev
- main
- epdds-270 # Remove in future, just to verify this works

paths:
- "forms-flow-ai/forms-flow-ai-micro-front-ends/forms-flow-theme"
- ".github/workflows/cd-forms-flow-theme.yaml"
- 'backend/**'
- 'frontend/**'
- 'forms-flow-ai/**'
- '.github/workflows/**'

defaults:
run:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/cd-forms-flow-web-ee.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: forms-flow-web Custom
name: forms-flow-web-ee Custom

on:
workflow_dispatch:
Expand All @@ -11,10 +11,12 @@ on:
branches:
- dev
- main
- epdds-270 # Remove in future, just to verify this works

paths:
- "forms-flow-ai/forms-flow-ai-ee/forms-flow-web"
- ".github/workflows/cd-forms-flow-web-ee.yaml"
- 'backend/**'
- 'frontend/**'
- 'forms-flow-ai/**'
- '.github/workflows/**'

defaults:
run:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/cd-forms-flow-web-root-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: forms-flow-web Custom
name: forms-flow-web-root-config Custom

on:
workflow_dispatch:
Expand All @@ -11,11 +11,12 @@ on:
branches:
- dev
- main
- epdds-270 # Remove in future, just to verify this works
- epdds-270-fix # Remove in future, just to verify this works

paths:
- "forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config"
- ".github/workflows/cd-forms-flow-web-root-config.yaml"
- 'backend/**'
- 'frontend/**'
- 'forms-flow-ai/**'
- '.github/workflows/**'

defaults:
run:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19738,4 +19738,4 @@
]
}
]
}
}

0 comments on commit 64654db

Please sign in to comment.