Skip to content

Merge pull request #751 from LKorsar/hotfix #423

Merge pull request #751 from LKorsar/hotfix

Merge pull request #751 from LKorsar/hotfix #423

Workflow file for this run

name: On Push
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Deployment stub
run: |
echo "🚧 Deployment is temporarily disabled"
echo "This is a stub to prevent job failure"
echo "Tag: ${{ github.ref_name }}"
echo "Repository: ${{ github.repository }}"
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Install deps
# run: |
# make install
# - name: Run lint
# run: |
# make lint
# - name: Run tests
# run: |
# make test