Remove Firebase and Vercel deployment options #8

Merged
deco merged 7 commits from feature/remove-firebase-vercel into main 2025-07-18 08:04:14 +03:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 01eb5c9712 - Show all commits

View file

@ -6,6 +6,10 @@ on:
pull_request:
branches: [ main, master ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: self-hosted

View file

@ -5,6 +5,10 @@ on:
branches: [ main, master ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
runs-on: self-hosted