Skip to content

Commit

Permalink
chore(dependencies): don't create an autobump PR for halyard on a fro…
Browse files Browse the repository at this point in the history
…… (backport #1115) (#1117)

Co-authored-by: David Byron <82477955+dbyron-sf@users.noreply.github.com>
  • Loading branch information
mergify[bot] and dbyron-sf committed Apr 9, 2022
1 parent a63858a commit df87f4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/bump_dependencies.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,3 @@ jobs:
${{ steps.release_info.outputs.CHANGELOG }}
draft: false
prerelease: ${{ steps.release_info.outputs.IS_CANDIDATE }}
- name: Pause before dependency bump
run: sleep 900
- name: Trigger dependency bump workflow
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.SPINNAKER_GITHUB_TOKEN }}
event-type: bump-dependencies
client-payload: '{"ref": "${{ github.ref }}"}'

0 comments on commit df87f4c

Please sign in to comment.