Skip to content

Commit

Permalink
ci: rename workflows, remove redundancies further
Browse files Browse the repository at this point in the history
Signed-off-by: 0x009922 <[email protected]>
  • Loading branch information
0x009922 committed Oct 9, 2024
1 parent 1b6c96e commit 2bed378
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pull_request
name: integrity

on:
pull_request:
Expand Down Expand Up @@ -92,6 +92,7 @@ jobs:
run: |
poetry run flake8 . --max-line-length=110 --ignore=F401,W503,E203
build_wasm_samples:
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -181,7 +182,6 @@ jobs:
working-directory: crates/iroha_smart_contract
run: mold --run cargo test -p iroha_smart_contract -p iroha_smart_contract_utils --release --tests --target wasm32-unknown-unknown --no-fail-fast --quiet


# Run the job to check that the docker containers are properly buildable
image_build_push:
# Job will only execute if the head of the pull request is a branch for PR-generator case
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pull_request/labels
name: labels

on:
pull_request_target:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: pull_request/sonar_dojo
name: sonar_dojo

on:
workflow_run:
workflows: ["pull_request"]
workflows: ["integrity"]
types: [completed]

concurrency:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pull_request/title
name: title

on:
pull_request_target:
Expand Down

0 comments on commit 2bed378

Please sign in to comment.