diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-05-28 02:04:08 +0300 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-05-28 02:04:08 +0300 |
| commit | fb873608d42c13eb5151679a430d8f0159b8bbbb (patch) | |
| tree | 93da360753f7c1d414830981166cd9392521b7d6 /.github/workflows | |
| parent | 403d8310f29dfafc0f4a617431fca71a9632cdee (diff) | |
Remove remaining old ifs
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-on-release.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build-on-release.yml b/.github/workflows/build-on-release.yml index 8e24ab4..bd743f2 100644 --- a/.github/workflows/build-on-release.yml +++ b/.github/workflows/build-on-release.yml @@ -127,7 +127,6 @@ jobs: linux-hash: needs: build runs-on: ubuntu-latest - if: github.event.release.id == github.event.repository.latest_release.id outputs: LINUX_BUILD_HASH: ${{ steps.calc-hash.outputs.LINUX_BUILD_HASH }} steps: @@ -145,7 +144,6 @@ jobs: update-formula: needs: [mac-hash, linux-hash] runs-on: ubuntu-latest - if: github.event.release.id == github.event.repository.latest_release.id steps: - name: Check if latest release id: check |
