44757dbca3
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
9 lines
223 B
YAML
9 lines
223 B
YAML
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 |