mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 03:57:13 -05:00
The auto-merge workflow has been disabled and replaced with a placeholder for future use.
9 lines
121 B
YAML
9 lines
121 B
YAML
name: Disabled Workflow
|
|
on:
|
|
workflow_dispatch:
|
|
jobs:
|
|
disable:
|
|
if: false
|
|
runs-on: ubuntu-latest
|
|
steps: []
|