Skip to content

Commit

Permalink
Merge pull request #432 from OasisDEX/wrokflow-trigger-3
Browse files Browse the repository at this point in the history
Workflow triggered by other workflow completion - 3
  • Loading branch information
juan-langa authored Aug 20, 2024
2 parents 710d36c + a9cc6bd commit be4a4fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/0_0_0_0_triggered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Triggered

on:
workflow_run:
workflows: ['trigger']
workflows: ['Trigger']
types: [completed]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: trigger
name: Trigger

on:
workflow_dispatch
Expand Down

0 comments on commit be4a4fa

Please sign in to comment.