Skip to content

Commit

Permalink
Merge pull request #106 from telekom-mms/release_workflow
Browse files Browse the repository at this point in the history
correct release workflow settings
  • Loading branch information
michaelamattes authored Aug 10, 2023
2 parents 6057e9f + 003b293 commit c83eec8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ name: release
on:
push:
branches: [main]

env:
TEMPLATE_REPOSITORY: telekom-mms/terraform-template

jobs:
call-readme:
if: github.repository != '$TEMPLATE_REPOSITORY'
uses: telekom-mms/.github/.github/workflows/terraform_docs.yml@main
call-release:
if: github.repository != '$TEMPLATE_REPOSITORY'
uses: telekom-mms/.github/.github/workflows/release.yml@main
with:
files: README.md

0 comments on commit c83eec8

Please sign in to comment.