Files
sgeUpdated/.gitea/workflows/smoke.yml
2025-08-28 17:53:33 +03:00

16 lines
275 B
YAML

# .gitea/workflows/sgeupdated_smoke.yml
name: sgeUpdated Smoke Test
on:
push:
branches:
- main
jobs:
smoke-test:
runs-on: ubuntu-latest
steps:
- name: Simple Smoke Test
run: |
echo "✅ sgeUpdated smoke test ran successfully!"