Revert "Publish status from happy pancakes stuff (#27012)" (#27108)

This reverts commit 2526617b27.
pull/27111/head
Craig Tiller 3 years ago committed by GitHub
parent 2526617b27
commit 5b80b4410d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .github/workflows/happy-pancakes.yml

@ -1,6 +1,6 @@
name: Happy Pancakes
on:
pull_request_target:
pull_request:
types: [opened, edited, labeled, unlabeled, synchronize, ready_for_review, auto_merge_enabled, auto_merge_disabled]
jobs:
check_status:
@ -13,9 +13,6 @@ jobs:
uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}
# Publish pending result
- name: Publish Status
uses: ouzi-dev/commit-status-updater@v1.1.0
# Wait until our required statuses are ready or failed
# Unless force-merge is present, and then just be good.
- name: Check Status
@ -74,10 +71,4 @@ jobs:
// Sleep 15 minutes between polls
await sleep(15 * 60 * 1000);
}
# Publish the result
- name: Publish Status
uses: ouzi-dev/commit-status-updater@v1.1.0
if: always()
with:
status: "${{ job.status }}"

Loading…
Cancel
Save