Add .gitea/workflows/reuse.yml
Build Workflow / Build (push) Successful in 2m0s
Test Gitea Actions support Matrix? / build (12, ubuntu-latest) (push) Failing after 41s
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Has been cancelled
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Has been cancelled
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Has been cancelled
Build Workflow / Deploy (push) Successful in 1m4s
Build Workflow / Build (push) Successful in 2m0s
Test Gitea Actions support Matrix? / build (12, ubuntu-latest) (push) Failing after 41s
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Has been cancelled
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Has been cancelled
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Has been cancelled
Build Workflow / Deploy (push) Successful in 1m4s
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
name: Reusable Workflow
|
||||
on: workflow_call
|
||||
|
||||
jobs:
|
||||
do-common-stuff:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Chuck Norris
|
||||
run: echo Chuck Norris can browse the whole internet offline
|
||||
Reference in New Issue
Block a user