From 2524ce42ae4c01e7ecfc4b6cab23507b8674c2db Mon Sep 17 00:00:00 2001 From: lucas Date: Fri, 9 Feb 2024 19:21:58 +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 f6394c67c..ed47c374f 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