Skip to content

Commit

Permalink
removing recursive workflow loop
Browse files Browse the repository at this point in the history
  • Loading branch information
ckaserer committed Sep 20, 2021
1 parent 02ac7b4 commit 2aeef23
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/3-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,32 +147,12 @@ jobs:
$(echo ${{ github.repository }} | cut -d/ -f1)
$(echo ${{ github.repository }} | cut -d/ -f2)
pull-request:
name: Pull Request to develop
runs-on: ubuntu-latest
needs:
- ansible-linter
- pre-commit
- super-linter
- yaml-linter
- molecule
steps:
- name: Checkout Code
uses: actions/checkout@v2

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
branch: develop
token: ${{ secrets.PAT }}

notify:
name: Slack Notifications
runs-on: ubuntu-latest
if: ${{ failure() }}
needs:
- release
- pull-request
steps:
- name: Notify Slack channel on failure
uses: rtCamp/action-slack-notify@v2
Expand Down

0 comments on commit 2aeef23

Please sign in to comment.