Skip to content

Commit

Permalink
Remove job conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
sihyung-maxim committed Apr 17, 2024
1 parent e4dfb36 commit f51e1bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/zephyr-hal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ env:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
if_merged:
# Run only when a PR is merged
if: github.event.pull_request.merged == true

# The type of OS that the job will run on
runs-on: [ ubuntu-latest ]

Expand Down

0 comments on commit f51e1bd

Please sign in to comment.