mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -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