ci: run build job no matter what

This commit is contained in:
Abdullah Atta
2024-01-29 23:02:40 +05:00
committed by Abdullah Atta
parent f9226510f9
commit fb973a5514

View File

@@ -38,7 +38,6 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
if: inputs.build-linux
steps:
- name: Checkout
uses: actions/checkout@v3