mirror of
https://code.forgejo.org/actions/cascading-pr
synced 2025-06-10 14:02:21 +02:00
destination workflow
This commit is contained in:
parent
fc026df37e
commit
bb0a57a8cd
1 changed files with 8 additions and 0 deletions
8
tests/destinationrepo/.forgejo/workflows/test.yml
Normal file
8
tests/destinationrepo/.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
name: test
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo DONE
|
Loading…
Add table
Add a link
Reference in a new issue