Skip to content

Commit

Permalink
enable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbora committed Feb 9, 2024
1 parent 34f1e12 commit a7d65c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a7d65c2

Please sign in to comment.