mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
Delete .github/workflows/on-fieldmate-release.yml
This commit is contained in:
parent
9ed7b47cc3
commit
28cb49e958
1 changed files with 0 additions and 17 deletions
17
.github/workflows/on-fieldmate-release.yml
vendored
17
.github/workflows/on-fieldmate-release.yml
vendored
|
|
@ -1,17 +0,0 @@
|
||||||
name: React to Fieldmate Release
|
|
||||||
|
|
||||||
on:
|
|
||||||
repository_dispatch:
|
|
||||||
types: [fieldmate-release]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
on-release:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Show release version
|
|
||||||
run: |
|
|
||||||
echo "Triggered by fieldmate release"
|
|
||||||
echo "Version: ${{ github.event.client_payload.version }}"
|
|
||||||
Loading…
Reference in a new issue