Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
placintaalexandru committed Nov 1, 2023
1 parent 51761b3 commit 6f7391b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_components_input.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI Test - components input
on:
- pull_request
- pull_request:
- push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_default_input.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI Test - default input
on:
- pull_request
- pull_request:
- push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_install_stable_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI Test - install stable & nightly
on:
- pull_request
- pull_request:
- push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_override_input.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI Test - override input
on:
- pull_request
- pull_request:
- push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_targets_input.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI Test - targets input
on:
- pull_request
- pull_request:
- push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_toolchain_input.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI Test - toolchain version
on:
- pull_request
- pull_request:
- push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Unit Tests
on:
- pull_request
- pull_request:
- push:
branches:
- main
Expand Down

0 comments on commit 6f7391b

Please sign in to comment.