This commit is contained in:
parent
2bf19b6d4e
commit
4faa11f01f
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/manual.yml
Normal file
15
.forgejo/workflows/manual.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
# This file needs to be manually run
|
||||
|
||||
name: Manual Test
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
ls:
|
||||
name: List
|
||||
runs-on: docker
|
||||
steps:
|
||||
uses: https://forge.niblock.tech/actions/checkout@v4
|
||||
run: |
|
||||
ls ${{ github.workspace }}
|
Loading…
Add table
Add a link
Reference in a new issue