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