mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
MNT Run module-standardiser (#380)
This commit is contained in:
parent
d52ef6afe7
commit
e2e4f375df
26
.github/workflows/tag-patch-release.yml
vendored
26
.github/workflows/tag-patch-release.yml
vendored
@ -1,26 +0,0 @@
|
|||||||
name: Tag patch release
|
|
||||||
|
|
||||||
on:
|
|
||||||
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
|
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
latest_local_sha:
|
|
||||||
description: The latest local sha
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
|
|
||||||
permissions: {}
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
tagpatchrelease:
|
|
||||||
name: Tag patch release
|
|
||||||
# Only run cron on the silverstripe account
|
|
||||||
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
steps:
|
|
||||||
- name: Tag release
|
|
||||||
uses: silverstripe/gha-tag-release@v2
|
|
||||||
with:
|
|
||||||
latest_local_sha: ${{ inputs.latest_local_sha }}
|
|
Loading…
Reference in New Issue
Block a user