Skip to content

Commit

Permalink
ci: removes duplicate ci pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Addono committed Jan 31, 2021
1 parent db9440a commit cc87f48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 44 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on: [push, pull_request]
jobs:

test:

runs-on: ubuntu-latest
name: Test
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand All @@ -21,6 +21,9 @@ jobs:
name: Release
runs-on: ubuntu-20.04

needs:
- test

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/docker-image.yml

This file was deleted.

0 comments on commit cc87f48

Please sign in to comment.