Skip to content

Commit 2bed378

Browse files
committed
ci: rename workflows, remove redundancies further
Signed-off-by: 0x009922 <[email protected]>
1 parent 1b6c96e commit 2bed378

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/pull_request.yml .github/workflows/integrity.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pull_request
1+
name: integrity
22

33
on:
44
pull_request:
@@ -92,6 +92,7 @@ jobs:
9292
run: |
9393
poetry run flake8 . --max-line-length=110 --ignore=F401,W503,E203
9494
95+
9596
build_wasm_samples:
9697
runs-on: ubuntu-latest
9798
container:
@@ -181,7 +182,6 @@ jobs:
181182
working-directory: crates/iroha_smart_contract
182183
run: mold --run cargo test -p iroha_smart_contract -p iroha_smart_contract_utils --release --tests --target wasm32-unknown-unknown --no-fail-fast --quiet
183184

184-
185185
# Run the job to check that the docker containers are properly buildable
186186
image_build_push:
187187
# Job will only execute if the head of the pull request is a branch for PR-generator case

.github/workflows/pull_request_labels.yml .github/workflows/labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pull_request/labels
1+
name: labels
22

33
on:
44
pull_request_target:

.github/workflows/pull_request_sonar_dojo.yml .github/workflows/sonar_dojo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: pull_request/sonar_dojo
1+
name: sonar_dojo
22

33
on:
44
workflow_run:
5-
workflows: ["pull_request"]
5+
workflows: ["integrity"]
66
types: [completed]
77

88
concurrency:

.github/workflows/pull_request_title.yml .github/workflows/title.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pull_request/title
1+
name: title
22

33
on:
44
pull_request_target:

0 commit comments

Comments
 (0)