Skip to content

Commit

Permalink
resolved deadlock
Browse files Browse the repository at this point in the history
  • Loading branch information
okankoAMZ committed Nov 7, 2024
1 parent 92eeb56 commit 0d82f77
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/e2e-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,21 @@ jobs:
latest_sha=$(git rev-parse HEAD)
echo "::set-output name=LATEST_SHA::$latest_sha"
BuildAgent:
needs: [GetLatestCommitSHAs]
uses: ./.github/workflows/build-test-artifacts.yml
secrets: inherit
concurrency:
group: ${{ github.workflow }}-${{inputs.agent-branch}}
group: "Build-Test-Artifacts-${{ inputs.agent-branch}}"
cancel-in-progress: true
secrets: inherit
permissions:
id-token: write
contents: read
BuildOperator:
needs: [GetLatestCommitSHAs]
uses: aws/amazon-cloudwatch-agent-operator/.github/workflows/build-and-upload-release.yml@main
concurrency:
group: ${{ github.workflow }}-operator-${{ inputs.operator-branch}}
cancel-in-progress: true
secrets: inherit
with:
tag: ${{needs.GetLatestCommitSHAs.outputs.LATEST_SHA}}
Expand Down

0 comments on commit 0d82f77

Please sign in to comment.