mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 02:57:12 -05:00
12 lines
172 B
YAML
12 lines
172 B
YAML
name: Deploy to Railway
|
|
|
|
# Disabled workflow due to billing dependencies.
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
disable:
|
|
if: false
|
|
runs-on: ubuntu-latest
|
|
steps: []
|