Skip to content

Commit

Permalink
Merge pull request #1234 from SRetip/cicd_fix
Browse files Browse the repository at this point in the history
READY : Cicd fix
  • Loading branch information
Wandalen authored Mar 25, 2024
2 parents cda4ab9 + cc13981 commit 93f9e94
Show file tree
Hide file tree
Showing 77 changed files with 498 additions and 79 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/module_cargo_will_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : cargo_will

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_clone_dyn_meta_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : clone_dyn_meta

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_clone_dyn_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : clone_dyn

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_collection_tools_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : collection_tools

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_crates_tools_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : crates_tools

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_data_type_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : data_type

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_derive_tools_meta_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : derive_tools_meta

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_derive_tools_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : derive_tools

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_deterministic_rand_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : deterministic_rand

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_diagnostics_tools_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : diagnostics_tools

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_error_tools_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : error_tools

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_exe_tools_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : exe_tools

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_file_tools_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : file_tools

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_for_each_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : for_each

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_former_meta_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : former_meta

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_former_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : former

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_fs_tools_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : fs_tools

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_fundamental_data_type_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : fundamental_data_type

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_graphs_tools_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : graphs_tools

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_image_tools_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : image_tools

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_implements_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : implements

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_impls_index_meta_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : impls_index_meta

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_impls_index_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : impls_index

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_include_md_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : include_md

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_inspect_type_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : inspect_type

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_instance_of_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : instance_of

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_interval_adapter_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : interval_adapter

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/module_is_slice_push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name : is_slice

on : push
on :
push :
branches-ignore :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always
Expand Down
Loading

0 comments on commit 93f9e94

Please sign in to comment.