Merge branch 'main' into aurora/v3
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Successful in 37s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 46s

This commit is contained in:
cswimr 2025-01-25 19:43:14 -05:00
commit f3d80d1071
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F

View file

@ -1,6 +1,8 @@
name: Actions name: Actions
on: on:
push: push:
branches:
- main
pull_request: pull_request:
jobs: jobs:
@ -27,7 +29,6 @@ jobs:
docs: docs:
name: Build Documentation (MkDocs) name: Build Documentation (MkDocs)
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: docker runs-on: docker
container: www.coastalcommits.com/cswimr/actions:docs@sha256:e405cd6b9b1182a570ddee32ed8dd1b2f899edc625d006c8b4b2f18c100e724f container: www.coastalcommits.com/cswimr/actions:docs@sha256:e405cd6b9b1182a570ddee32ed8dd1b2f899edc625d006c8b4b2f18c100e724f
steps: steps: