Skip to content

Commit

Permalink
log github event metadata to debug canceled workflow (#12998)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez authored Feb 7, 2025
1 parent cd9398b commit 0915b2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
required: true
type: string

concurrency:
group: ${{ inputs.repo }}-${{ github.event_name == 'merge_group' && format('merge-group-{0}', github.event.merge_group.head_sha) || github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || format('commit-{0}', github.sha) }}
cancel-in-progress: true

jobs:
generate-repository:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 0915b2d

Please sign in to comment.