1
0
mirror of https://github.com/flarum/core.git synced 2025-08-23 08:33:45 +02:00

chore: move reusable workflows to monorepo (#3490)

This commit is contained in:
Sami Mazouz
2022-06-19 11:14:21 +01:00
committed by GitHub
parent 818035f385
commit 6466427061
38 changed files with 363 additions and 180 deletions

View File

@@ -2,13 +2,9 @@ name: Markdown PHP
on: [workflow_dispatch, push, pull_request]
# The reusable workflow definitions will be moved to the `flarum/framework` repo soon.
# This will break your current script.
# When this happens, run `flarum-cli audit infra --fix` to update your infrastructure.
jobs:
run:
uses: flarum/.github/.github/workflows/REUSABLE_backend.yml@main
uses: ./.github/workflows/REUSABLE_backend.yml
with:
enable_backend_testing: false