Skip to content

Commit

Permalink
add an empty default for assets burn
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorznowak committed Jan 29, 2022
1 parent 87ce401 commit f139821
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
cd-build:
environment: production
runs-on: ubuntu-latest
concurrency: molecule_cd

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
ci-test-ops:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
environment: ci
concurrency: molecule_ops
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-prebuilt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
ci-test-from-bin:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
environment: ci
concurrency: molecule_dist
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
ci-test-from-src:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
environment: ci
concurrency: molecule_src
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 3 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ cardano_wallets: [] # don't create anything by default, let us decide
# Native Assets to mint
cardano_assets: []

# Native Assets to burn
cardano_assets_burn: []

# NFTs to mint
cardano_nfts: []

Expand Down

0 comments on commit f139821

Please sign in to comment.