Skip to content

Commit

Permalink
Test another conditional
Browse files Browse the repository at this point in the history
Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
  • Loading branch information
BbolroC committed Aug 2, 2024
1 parent ed397d7 commit 93d55af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hchoi_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
hchoi_test:
if: github.event_name != 'push' || github.event.pull_request.merged == false
if: github.event_name != 'push' && (github.event_name != 'pull_request' || github.event.pull_request.merged == false)
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand Down

0 comments on commit 93d55af

Please sign in to comment.