Skip to content

Commit

Permalink
ci: revert changes on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Sep 2, 2024
1 parent 360f38d commit 76a8ae3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/jsonschema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- develop
- update-external-dependencies
- 'release/**'
- '**'
pull_request:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- develop
- update-external-dependencies
- 'release/**'
- '**'
pull_request:
jobs:
lint:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- develop
- feature/sonarcloud-coverage
- '**'

jobs:
sonarqube:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- develop
- update-external-dependencies
- 'release/**'
- '**'
pull_request:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-full-non-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- develop
- update-external-dependencies
- 'release/**'
- '**'
pull_request:

jobs:
Expand Down

0 comments on commit 76a8ae3

Please sign in to comment.