5cfaa53bea
Build Workflow / Build (push) Failing after 12s
Build Workflow / Deploy (push) Has been skipped
Test Gitea Actions support Matrix? / build (12, ubuntu-latest) (push) Failing after 34s
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 38s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 33s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 41s
9 lines
288 B
YAML
9 lines
288 B
YAML
name: Reusable Workflow
|
|
on: workflow_call # does not work on Gitea yet (17.07.2023) So GitHub only for now
|
|
|
|
jobs:
|
|
do-common-stuff:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Chuck Norris
|
|
run: echo Chuck Norris can browse the whole internet offline |