Skip to content

Commit

Permalink
fix pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlepied committed Dec 15, 2023
1 parent 5775432 commit e7ac455
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git+https://github.com/ansible/ansible-lint@v6"
- name: Install requirements for plugins
run: pip install junitparser junit_xml
run: pip install junitparser junit_xml jmespath

- name: Compare current branch vs main branch
# Run ansible-lint on this branch then compare vs main branch
Expand Down Expand Up @@ -109,8 +109,6 @@ jobs:
name: "Check all dependencies are merged"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Check all dependent Pull Requests are merged
uses: depends-on/depends-on-action@main
Expand Down

0 comments on commit e7ac455

Please sign in to comment.