diff --git a/.github/workflows/branch_build.yml b/.github/workflows/branch_build.yml index 1b7328a6d..66be8f72b 100644 --- a/.github/workflows/branch_build.yml +++ b/.github/workflows/branch_build.yml @@ -6,7 +6,7 @@ on: - develop - release/* jobs: - if: ${{ github.push.repository != github.repository }} + if: github.push.repository != github.repository install-notest: runs-on: ubuntu-latest name: "Package and linting"