Skip to content

Commit

Permalink
Deactivated Rust Auto Format workflow for pull requests
Browse files Browse the repository at this point in the history
This is a preliminary fix for #36 so that the workflow doesn't get in the way. I'd like to eventually still have it.
  • Loading branch information
Tamschi authored Oct 17, 2021
1 parent 1c15a9a commit 98d8552
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust_auto_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ permissions:
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
# # Deactivated pending further investigation into #36.
# pull_request:
# branches: [ develop ]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 98d8552

Please sign in to comment.