diff --git a/.github/workflows/nexus-pre-production-latest.yml b/.github/workflows/nexus-pre-production-latest.yml index 57786351e0..730ab210c2 100644 --- a/.github/workflows/nexus-pre-production-latest.yml +++ b/.github/workflows/nexus-pre-production-latest.yml @@ -7,7 +7,6 @@ on: jobs: build: - if: startsWith(github.event.base_ref, 'refs/heads/v') && endsWith(github.ref, '-latest') runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/.github/workflows/nexus-pre-production.yml b/.github/workflows/nexus-pre-production.yml index 06168b8710..2c5fda48a6 100644 --- a/.github/workflows/nexus-pre-production.yml +++ b/.github/workflows/nexus-pre-production.yml @@ -7,7 +7,6 @@ on: jobs: build: - if: startsWith(github.event.base_ref, 'refs/heads/v') && !(endsWith(github.ref, '-latest')) runs-on: ${{ matrix.os }} strategy: matrix: