CC_Smash / .github /workflows /update-title.yml
alm7640's picture
chore: disable update-title workflow
9b66397
raw
history blame contribute delete
173 Bytes
name: Update app page title
# Disabled — was Streamlit-specific.
on:
workflow_dispatch:
jobs:
noop:
runs-on: ubuntu-latest
steps:
- run: echo "disabled"