Skip to content

Commit

Permalink
chore(dependencies): don't create an autobump PR for halyard on a clo…
Browse files Browse the repository at this point in the history
…uddriver release branch (#5677)

since release branches in halyard don't align with release branches in clouddriver.  For
example, a release-1.27.x branch exists in both clouddriver and halyard.  In clouddriver
release-1.27.x aligns with spinnaker version 1.27.x, but halyard version numbers are
independent from spinnaker versions.
  • Loading branch information
dbyron-sf committed Apr 2, 2022
1 parent 4a03378 commit b4e1db9
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 b4e1db9

Please sign in to comment.