Add new empty emails workflow

Added so we have a successful run for full workflow

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2022-04-06 21:06:12 +03:00
parent ecd9dc50a8
commit 575a645479

10
.github/workflows/emails.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
name: emails
on: [push, pull_request]
jobs:
bugzilla:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2