Skip to content

Commit

Permalink
Merge pull request #4 from BbolroC/simple-condition2
Browse files Browse the repository at this point in the history
Simple condition 2
  • Loading branch information
BbolroC authored Aug 2, 2024
2 parents 1faea42 + 7c95dfb commit dbc939f
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.pull_request.merged == false
if: github.event_name != 'push'
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand Down

0 comments on commit dbc939f

Please sign in to comment.