More changes
Some checks failed
Deploy Project / deploy (push) Failing after 4s
Testing / test (1.23.x, ubuntu-latest) (push) Successful in 51s
Build and Push Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
2025-02-11 17:41:48 -05:00
parent 78d0e72c2c
commit 355e229212
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
needs: test
# needs: test
# if: startsWith(github.ref, 'refs/tags')
steps:

View File

@ -15,7 +15,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
needs: build-and-push
# needs: build-and-push
steps:
- uses: actions/checkout@v3