Skip to content

Commit

Permalink
fix ci ec2_all trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Thing-han, Lim <[email protected]>
  • Loading branch information
potsrevennil committed Sep 16, 2024
1 parent f9dada4 commit 17e7fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 17e7fa2

Please sign in to comment.