More changes
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -15,7 +15,7 @@ on:
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
needs: test
|
||||
# needs: test
|
||||
# if: startsWith(github.ref, 'refs/tags')
|
||||
steps:
|
||||
|
||||
|
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -15,7 +15,7 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build-and-push
|
||||
# needs: build-and-push
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
Reference in New Issue
Block a user