Revert "Cancel checks on outdated PR commits (#8016)" (#8118)

This reverts commit a9c9853e85.
This commit is contained in:
Emiliza Gutierrez 2021-10-01 14:31:51 -07:00 committed by GitHub
parent 230f4ee006
commit 33953c0a6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,18 +12,6 @@ env:
PULUMI_TEST_OWNER: "moolumi"
PR_COMMIT_SHA: ${{ github.event.client_payload.pull_request.head.sha }}
# Cancel checks on prior commits when new commits are added to a PR.
# This is motivated by temporary throughput issues on our GitHub
# Actions workers availability.
#
# Note from GitHub docs: Concurrency is currently in beta and subject
# to change.
#
# See also: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
comment-notification:
# We only care about adding the result to the PR if it's a repository_dispatch event