mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
10
.github/workflows/emails.yml
vendored
Normal file
10
.github/workflows/emails.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user