Skip to content

Commit 12a3c5e

Browse files
authored
add quality_checks_pass to gate pull request merge (#54)
1 parent dfca78d commit 12a3c5e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/unit_tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ jobs:
135135
working-directory: ${{github.workspace}}/build
136136
run: ctest -C ${{env.BUILD_TYPE}}
137137

138+
quality_checks_pass:
139+
runs-on: ubuntu-latest
140+
needs: build_and_test
141+
steps:
142+
- name: Say Hello
143+
run: echo "Hello!"
138144

139145
build_single_header:
140146
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)