diff --git a/.gitea/workflows/smoke.yml b/.gitea/workflows/smoke.yml deleted file mode 100644 index e733af4..0000000 --- a/.gitea/workflows/smoke.yml +++ /dev/null @@ -1,15 +0,0 @@ -# .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!"