Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
LugsoIn2 committed Dec 26, 2022
2 parents 0220a0b + cc862b9 commit 417cbcf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Create new Release from package.json Version"
name: "Create Release"
on:
push:
branches:
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/trigger_deploy_terraform_repo.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
name: Trigger Deploy Terraform Repo
on:
push:
branches:
- main
workflow_run:
workflows: ["Create Release"]
branches: [main]
types:
- completed

workflow_dispatch:

env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_KEY }}

jobs:
build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: GitHub CLI trigger command
Expand Down

0 comments on commit 417cbcf

Please sign in to comment.