Skip to content

Commit

Permalink
TO-DROP: trigger updpkgsums on push
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jun 7, 2024
1 parent c1fb6c5 commit 397f76e
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/updpkgsums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,13 @@ name: Update the checksums of a package version in an open PR
run-name: Update checksums in git-for-windows/${{ inputs.repo }}#${{ inputs.pr-number }}

on:
workflow_dispatch:
inputs:
repo:
description: The repository containing the Pull Request
type: string
required: true
pr-number:
description: The number of the Pull Request to update
type: string
required: true
actor:
description: The GitHub user on whose behalf this workflow is run
required: false
push:

env:
REPO: ${{ github.event.inputs.repo }}
PR_NUMBER: ${{ github.event.inputs.pr-number }}
REPO: build-extra
PR_NUMBER: 558
OWNER: 'git-for-windows'
ACTOR: "${{ github.event.inputs.actor || github.triggering_actor }}"
ACTOR: dscho

jobs:
updpkgsums:
Expand Down

0 comments on commit 397f76e

Please sign in to comment.