mirror of
https://code.forgejo.org/actions/cascading-pr
synced 2025-03-15 14:54:40 +01: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
Reference in a new issue