mirror of
https://github.com/flarum/framework.git
synced 2025-02-02 03:17:30 +08:00
12 lines
221 B
YAML
12 lines
221 B
YAML
name: Suspend PHP
|
|
|
|
on: [workflow_dispatch, push, pull_request]
|
|
|
|
jobs:
|
|
run:
|
|
uses: ./.github/workflows/REUSABLE_backend.yml
|
|
with:
|
|
enable_backend_testing: false
|
|
|
|
backend_directory: ./extensions/suspend
|