1 parent 84f457e commit b0107b1Copy full SHA for b0107b1
1 file changed
.github/workflows/tests.yml
@@ -46,3 +46,8 @@ jobs:
46
47
- name: Run tests
48
run: uv run tox -e ${{ matrix.django-version }}
49
+
50
+ notify:
51
+ uses: apricotdotcool/reusable-workflows/.github/workflows/notification.yml@main
52
+ with:
53
+ message: "Tests complete!"
0 commit comments