Skip to content

Commit

Permalink
fix(gh_actions): removed duplicated workflows in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vmyroslav committed Jan 6, 2025
1 parent cd467e2 commit db829b8
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/changelog-enforcer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- main
- v*
types:
- opened
- synchronize
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- main
- v*
types:
- opened
- synchronize
Expand All @@ -14,7 +13,6 @@ on:
push:
branches:
- main
- v*

permissions:
actions: read
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- main
- v*
types:
- opened
- synchronize
Expand All @@ -16,7 +15,6 @@ on:
# push:
# branches:
# - main
# - v*

permissions:
contents: read
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/incremental-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
pull_request:
branches:
- main
- v*
types:
- opened
- synchronize
Expand All @@ -15,7 +14,6 @@ on:
push:
branches:
- main
- v*
workflow_dispatch: {}

permissions: read-all
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- main
- v*
types:
- opened
- synchronize
Expand All @@ -14,7 +13,6 @@ on:
push:
branches:
- main
- v*

permissions:
contents: read
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- main
- v*
types:
- opened
- synchronize
Expand All @@ -14,7 +13,6 @@ on:
push:
branches:
- main
- v*

permissions:
contents: read
Expand Down

0 comments on commit db829b8

Please sign in to comment.