Skip to content

Commit

Permalink
Merge pull request #286 from smash-transport/roch/rerun_formatter_PR_…
Browse files Browse the repository at this point in the history
…push

Rerun formatter only on PR merge
  • Loading branch information
Hendrik1704 authored Oct 9, 2024
2 parents 3ca5e71 + b07986b commit df898b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
- main
- sparkx_devel
types:
- opened
- synchronize
- closed # Trigger when the PR is closed (includes merging)

jobs:
code-formatting:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit df898b2

Please sign in to comment.