Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
satackey authored Jul 28, 2020
1 parent 7e3f642 commit 28f28bb
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:

test_saving_built:
runs-on: ubuntu-latest
needs:
- build_and_push
needs: build

steps:
- uses: actions/checkout@v2
Expand All @@ -70,8 +69,7 @@ jobs:

test_restoring_built:
runs-on: ubuntu-latest
needs:
- test_saving_built
needs: test_saving_built

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -122,8 +120,7 @@ jobs:

test_saving_pulled:
runs-on: ubuntu-latest
needs:
- build_and_push
needs: build

steps:
- name: Extract
Expand All @@ -147,8 +144,7 @@ jobs:

test_restoring_pulled:
runs-on: ubuntu-latest
needs:
- test_saving_pulled
needs: test_saving_pulled

steps:
- name: Extract
Expand Down

0 comments on commit 28f28bb

Please sign in to comment.