From 3b670809c6435d7d5ac340721642a7204f39637c Mon Sep 17 00:00:00 2001 From: NathanKell Date: Tue, 7 Nov 2023 01:28:59 -0800 Subject: [PATCH] Again --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8df87cc..b29f7ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,6 @@ jobs: build: # The type of runner that the job will run on runs-on: ubuntu-latest - if: needs.check-secret.outputs.has-password == 'true' # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it