fix(deps): update code.cloudfoundry.org/loggregator-agent-release/src digest to df9f0f7 #11420
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Acceptance Tests - Broker | |
on: | |
pull_request: | |
types: [ opened, labeled, synchronize ] | |
concurrency: | |
group: "${{ github.workflow }}/${{ github.ref }}" | |
cancel-in-progress: true | |
jobs: | |
acceptance_tests_reusable: | |
name: " " # Whitespace name looks nicest on Github UI | |
uses: ./.github/workflows/acceptance_tests_reusable.yaml | |
with: | |
deployment_name: "autoscaler-${{ github.event.pull_request.number }}" | |
secrets: | |
bbl_ssh_key: "${{ secrets.BBL_SSH_KEY }}" |