Skip to content

Commit

Permalink
devops: update workflows for branch next
Browse files Browse the repository at this point in the history
Signed-off-by: Parth Shandilya <[email protected]>
  • Loading branch information
ParthS007 committed Jul 26, 2023
1 parent 56f306c commit 0fba8be
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-workflow-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: E2E - Server changes with python package installations

on:
pull_request:
branches: [master, ant, 'upgrade-3']
branches: [master, ant, next]
paths:
- "setup.py"
- "requirements.txt"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-workflow-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: uitest
pull_request:
branches: [master, ant, faser]
branches: [master, next]
paths:
- "ui/**"
- ".github/workflows/ui-test.yml"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/e2e-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ on:
- master
- qa
- production
- 'upgrade-3'
- 'cap-next-cloud'
- next
pull_request:
branches:
- qa
- production
- faser
- next
jobs:
Cypress:
name: Cypress
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint Commit

on:
pull_request:
branches: [ master ]
branches: [ master, next ]

jobs:
lint-shellcheck:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint Source

on:
push:
branches: [ master ]
branches: [ master, next ]

jobs:
lint-shellcheck:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: UI test
on:
push:
branches: [master, ant]
branches: [master, next]
paths:
- "ui/**"
- ".github/workflows/ui-test.yml"
pull_request:
branches: [master, ant, faser]
branches: [master, next]
paths:
- "ui/**"
- ".github/workflows/ui-test.yml"
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/web-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Backend tests

on:
push:
branches: [ master, ant ]
branches: [ master, next ]
paths-ignore:
- 'ui/**'
pull_request:
branches: [ master, ant, faser ]
branches: [ master, next ]
paths-ignore:
- 'ui/**'

Expand All @@ -23,6 +23,7 @@ jobs:

- name: Run darker
run: |
pip install flake8
pip install darker[isort]
darker . --check -i -L flake8
Expand Down

0 comments on commit 0fba8be

Please sign in to comment.