Skip to content

Commit

Permalink
Fix styling bug in 2023 uncertain shorelines (#93)
Browse files Browse the repository at this point in the history
* Add fixed style

* Automatically update integration test validation results

* Update dea-coastlines-image.yaml

* Automatically update integration test validation results

---------

Co-authored-by: robbibt <[email protected]>
  • Loading branch information
robbibt and robbibt authored Aug 5, 2024
1 parent 571aa56 commit 12d4854
Show file tree
Hide file tree
Showing 5 changed files with 2,761 additions and 2,756 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dea-coastlines-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ jobs:
needs: [test]
runs-on: ubuntu-latest

# Only run on a push to the develop branch OR a release
if: (github.event_name == 'push' && github.ref == 'refs/heads/develop') || (github.event_name == 'release')

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 12d4854

Please sign in to comment.