Skip to content

Commit

Permalink
fixing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan.danehy@pnnl.gov committed Nov 29, 2023
1 parent b7dbf57 commit da51f85
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/pre_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branch:
description: 'The branch to build'
required: true
pull_request:

jobs:
pre-commit:
Expand All @@ -17,12 +18,12 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0
- uses: EndBug/add-and-commit@v9.1.3
# Only need to try and commit if the action failed
if: failure()
with:
fetch: false
committer_name: GitHub Actions
committer_email: actions@github.com
message: Apply pre-commmit fixes
# - uses: EndBug/add-and-commit@v9.1.3
# # Only need to try and commit if the action failed
# if: failure()
# with:
# fetch: false
# committer_name: GitHub Actions
# committer_email: actions@github.com
# message: Apply pre-commmit fixes

0 comments on commit da51f85

Please sign in to comment.