Skip to content

Commit

Permalink
Modify yaml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtbitcr committed Oct 23, 2024
1 parent f9c632f commit aca64b5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Qodana

on:
workflow_dispatch:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
# pull_request:
# branches: [ "*" ]

jobs:
qodana:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_dispatch:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
# pull_request:
# branches: [ "*" ]

env:
CARGO_TERM_COLOR: always
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Test

on:
push:
pull_request:
branches: [ "*" ]
# pull_request:

jobs:
test:
Expand All @@ -24,6 +25,9 @@ jobs:
toolchain: ${{ matrix.toolchain }}
components: llvm-tools-preview

- name: Install Protoc
run: sudo apt-get install -y protobuf-compiler

- name: Activate cache
uses: Swatinem/rust-cache@v2

Expand Down
10 changes: 5 additions & 5 deletions qodana.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: "1.0"

profile:
name: qodana.starter
linter: jetbrains/qodana-jvm:latest
#version: "1.0"
#
#profile:
# name: qodana.starter
#linter: jetbrains/qodana-jvm:latest

0 comments on commit aca64b5

Please sign in to comment.