Remove Firebase and Vercel deployment options #8
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue