Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Oct 22, 2024
1 parent bdac145 commit 62726bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

pull_request:
branches: [main]
types: [synchronize, ready_for_review]
types: [review_requested, ready_for_review]

workflow_dispatch:

Expand All @@ -16,7 +16,7 @@ env:

jobs:
check-jobs-to-skip:
if: ${{ github.event.pull_request.draft != true && github.event.pull_request.draft != true }}
if: ${{ github.event.pull_request.draft != true }}
runs-on: ubuntu-latest
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
Expand Down

0 comments on commit 62726bd

Please sign in to comment.