diff --git a/.github/workflows/github_snapshot_build.yml b/.github/workflows/github_snapshot_build.yml index 806a5ce0..f3856e78 100644 --- a/.github/workflows/github_snapshot_build.yml +++ b/.github/workflows/github_snapshot_build.yml @@ -46,7 +46,7 @@ jobs: os: ubuntu-latest runs-on: ${{ matrix.os }} - if: ${{ github.event_name != 'pull_request_review' || github.event.review.state == 'approved' }} + # if: ${{ github.event_name != 'pull_request_review' || github.event.review.state == 'approved' }} permissions: contents: read packages: write