Skip to content

Commit

Permalink
fix(gha): run API and UI tests in correct versions (#6294)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCloudSec authored Dec 23, 2024
1 parent 231829d commit c811b67
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/api-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ on:
push:
branches:
- "master"
- "v3"
- "v4.*"
- "v5.*"
paths:
- "api/**"
pull_request:
branches:
- "master"
- "v3"
- "v4.*"
- "v5.*"
paths:
- "api/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/api-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
branches:
- "master"
- "v5.*"
paths:
- "api/**"
pull_request:
branches:
- "master"
- "v5.*"
paths:
- "api/**"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sdk-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- "master"
- "v3"
- "v4.*"
- "v5.*"
paths-ignore:
- 'ui/**'
- 'api/**'
Expand All @@ -25,6 +26,7 @@ on:
- "master"
- "v3"
- "v4.*"
- "v5.*"
paths-ignore:
- 'ui/**'
- 'api/**'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ui-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ on:
push:
branches:
- "master"
- "v4.*"
- "v5.*"
paths:
- "ui/**"
pull_request:
branches:
- "master"
- "v4.*"
- "v5.*"
paths:
- "ui/**"
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/ui-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
name: UI - Pull Request

on:
push:
branches:
- "master"
- "v5.*"
paths:
- "ui/**"
pull_request:
branches:
- master
- "v5.*"
paths:
- 'ui/**'

Expand Down

0 comments on commit c811b67

Please sign in to comment.