Skip to content

Commit

Permalink
chore: Remove unnecessary if condition in buildx-on-pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Jul 19, 2024
1 parent 350b4c5 commit c6cbdcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/buildx-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
jobs:
buildx-on-pr:
runs-on: ubuntu-22.04
if: github.event_name == 'pull_request'
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down

0 comments on commit c6cbdcc

Please sign in to comment.