Skip to content

Commit

Permalink
WIP: Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed May 8, 2024
1 parent 8db4338 commit d1b7d7c
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,25 +167,25 @@ jobs:
with:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

build-and-deploy:
needs:
- test
- audit-licenses
- vulnerability-scan
if: ${{ github.ref == 'refs/heads/main' }}
uses: ./.github/workflows/build-and-deploy.yml
# strategy:
# fail-fast: false
# matrix:
# packages:
# - name: digitalcheck-dito
# directory: packages/dito
# - name: digitalcheck-tool-finder
# directory: packages/tool-finder
with:
name: digitalcheck-tool-finder
directory: packages/tool-finder
deploy_key: ${{ secrets.DEPLOY_KEY }}
build-and-deploy:
needs:
- test
- audit-licenses
- vulnerability-scan
if: ${{ github.ref == 'refs/heads/main' }}
uses: ./.github/workflows/build-and-deploy.yml
# strategy:
# fail-fast: false
# matrix:
# packages:
# - name: digitalcheck-dito
# directory: packages/dito
# - name: digitalcheck-tool-finder
# directory: packages/tool-finder
with:
name: digitalcheck-tool-finder
directory: packages/tool-finder
deploy_key: ${{ secrets.DEPLOY_KEY }}
# build-and-push-image:
# runs-on: ubuntu-latest
# if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit d1b7d7c

Please sign in to comment.