Skip to content

Commit

Permalink
Allow commit action to be skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Mar 25, 2024
1 parent 49cbbef commit 674a984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dea-intertidal-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
- name: Commit validation results into repository
uses: stefanzweifel/git-auto-commit-action@v4
if: github.event_name == 'pull_request'
continue-on-error: true
with:
commit_message: Automatically update integration test validation results
file_pattern: 'tests/validation.jpg tests/validation.csv tests/README.md'
Expand Down

0 comments on commit 674a984

Please sign in to comment.