diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afd3cb198..547a0da1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: ec2_ami: ubuntu-latest (x86_64) cross-prefix: 'aarch64-unknown-linux-gnu-' uses: ./.github/workflows/ci_ec2_reusable.yml - if: github.repository_owner == 'pq-code-package' && (github.event.label.name == 'benchmark' || github.ref == 'refs/heads/main') + if: github.repository_owner == 'pq-code-package' || github.ref == 'refs/heads/main' with: name: ${{ matrix.target.name }} ec2_instance_type: ${{ matrix.target.ec2_instance_type }}