Skip to content

Commit

Permalink
fixed incorrect gha files
Browse files Browse the repository at this point in the history
  • Loading branch information
jblom committed Oct 31, 2023
1 parent 52fff08 commit 3aa0d8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
permissions:
contents: read
packages: write
# needs: [test]
needs: [test]
17 changes: 7 additions & 10 deletions .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@ name: Manual deploy

on:
workflow_dispatch:
inputs:
target:
type: choice
required: true
default: ecr
options:
- ecr

jobs:
test:
uses: ./.github/workflows/_test.yml

deploy:
uses: ./.github/workflows/_deploy.yml
secrets: inherit
with:
target: ${{ inputs.target }}
permissions:
contents: read
packages: write
needs: [test]

0 comments on commit 3aa0d8f

Please sign in to comment.