Skip to content

Commit

Permalink
ci: add workflow completed test required
Browse files Browse the repository at this point in the history
  • Loading branch information
Murzbul committed Dec 8, 2023
1 parent 243de43 commit fd48795
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
push:
branches: [ master ]

workflow_run:
workflows: ["Test"] # El nombre del workflow de pruebas
types:
- completed
branches:
- master

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ with these tables.
* users_has_roles
* roles_has_permissions

And a function call `get_authorization`.
And a function call `get_authorization` with ...

## Advantages

Expand Down

0 comments on commit fd48795

Please sign in to comment.