Skip to content

Commit

Permalink
fuck yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Jul 7, 2024
1 parent 3b2bb0d commit 19c45a5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ on:
branches:
- main
- develop
paths: ['angular-client/**']
pull_request:
branches:
- main
- develop
- 'feature/**'
paths: ['angular-client/**']

jobs:
run-linting-check:
runs-on: ubuntu-latest
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/prettier-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ on:
branches:
- main
- develop
paths:
- 'angular-client/**'
pull_request:
branches:
- main
- develop
- 'feature/**'
paths:
- 'angular-client/**'


jobs:
run-prettier-check:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/scylla-rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ on:
branches:
- main
- develop
paths:
- 'scylla-server-rust/**'
pull_request:
branches:
- main
- develop
- 'feature/**'
paths:
- 'scylla-server-rust/**'


defaults:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/scylla-rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ on:
branches:
- main
- develop
paths:
- 'scylla-server-rust/**'
pull_request:
branches:
- main
- develop
- 'feature/**'
paths:
- 'scylla-server-rust/**'

env:
SOURCE_DATABASE_URL: postgresql://postgres:[email protected]:5432/timescaledb cargo run
Expand Down

0 comments on commit 19c45a5

Please sign in to comment.