mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 16:25:09 +00:00
24 lines
335 B
YAML
24 lines
335 B
YAML
name: down site base on project name
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
# on:
|
|
pull_request:
|
|
types:
|
|
- closed
|
|
workflow_call:
|
|
|
|
jobs:
|
|
down_site:
|
|
runs-on:
|
|
- self-hosted
|
|
# - ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
|
- name: drop site commond
|
|
run: |
|
|
${{ github.event.pull_request.head.ref }}
|
|
|
|
|