commit:     575a6454796c52b05081e2feda4b4e2c68892d1e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  6 18:06:12 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 18:07:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=575a6454

Add new empty emails workflow

Added so we have a successful run for full workflow

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .github/workflows/emails.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.github/workflows/emails.yml b/.github/workflows/emails.yml
new file mode 100644
index 000000000..6871760f4
--- /dev/null
+++ b/.github/workflows/emails.yml
@@ -0,0 +1,10 @@
+name: emails
+
+on: [push, pull_request]
+
+jobs:
+  bugzilla:
+    runs-on: ubuntu-latest
+    steps:
+    - name: Checkout code
+      uses: actions/checkout@v2

Reply via email to