You've already forked armbian.github.io
mirror of
https://github.com/armbian/armbian.github.io.git
synced 2026-01-06 11:42:20 -08:00
Add testing script
This commit is contained in:
24
.github/workflows/xx.yml
vendored
Normal file
24
.github/workflows/xx.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
name: "Infrastructure: Repository update"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
repository_dispatch:
|
||||
types: ["Prepare incoming"]
|
||||
|
||||
env:
|
||||
STORAGE_PATH: /armbian/openssh-server/storage
|
||||
PUBLISHING_PATH: /publishing/repository
|
||||
CLEANUP_INPUT: true
|
||||
DRY_RUN_SYNC: false
|
||||
|
||||
concurrency:
|
||||
group: pipeline
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
|
||||
Payload:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Show payload
|
||||
run: |
|
||||
echo "target = ${{ github.event.client_payload.target }}"
|
||||
Reference in New Issue
Block a user