From 95519a9792946426d02f6f9ab939f62410c0fc79 Mon Sep 17 00:00:00 2001 From: lucas Date: Fri, 9 Feb 2024 19:32:15 +0000 Subject: [PATCH] enables workflow --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36fb71d3a9..10f9e91733 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: jobs: build-files-linux-x64: runs-on: ubuntu-22.04 - if: ${{ false }} # Set condition to false to make the workflow inactive + #if: ${{ false }} # Set condition to false to make the workflow inactive steps: - name: Checkout Repository @@ -42,7 +42,7 @@ jobs: path: release_files build-files-linux-arm64: runs-on: ubuntu-22.04 - if: ${{ false }} # Set condition to false to make the workflow inactive + #if: ${{ false }} # Set condition to false to make the workflow inactive steps: - name: Checkout Repository @@ -76,7 +76,7 @@ jobs: path: release_files build-windows-x64: runs-on: ubuntu-22.04 - if: ${{ false }} # Set condition to false to make the workflow inactive + #if: ${{ false }} # Set condition to false to make the workflow inactive steps: - name: Checkout Repository @@ -110,7 +110,7 @@ jobs: path: release_files build-macos-x64: runs-on: ubuntu-22.04 - if: ${{ false }} # Set condition to false to make the workflow inactive + #if: ${{ false }} # Set condition to false to make the workflow inactive steps: - name: Checkout Repository