Delete .github/workflows/test.yml

This commit is contained in:
Moutaz Muhammad 2025-11-25 11:42:06 +02:00 committed by GitHub
parent 15fa5ab937
commit b2bf8d3ab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
name: test
on:
workflow_dispatch:
jobs:
# Ensan Project
ensan_master_server:
name: Deploy to Ensan Master
runs-on: new-ensan-vpn-client-server-runner
if: github.event_name == 'workflow_dispatch'
steps:
- name: Checkout And Restart Project
run: |
echo "** [INFO] Running on branch --> ${GITHUB_REF#refs/heads/}"
sudo cat /etc/odoo-server.conf
- name: Cleanup workspace
if: always()
run: |
rm -rf $GITHUB_WORKSPACE/*