Skip to content

Commit

Permalink
Add additional requirements for
Browse files Browse the repository at this point in the history
  • Loading branch information
tczekajlo committed Jul 7, 2021
1 parent ba611b5 commit ef0fc68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@6135c0ff6214e01d42a5736c988e39b7831f1e2f #0.9.0
with:
Expand Down Expand Up @@ -179,6 +179,8 @@ jobs:
name: Validate the PR
runs-on: ubuntu-20.04
needs:
- unit-tests
- kubeval-chart
- install-chart
steps:
- name: Validate the PR
Expand Down

0 comments on commit ef0fc68

Please sign in to comment.