Skip to content

Commit

Permalink
ci: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jul 9, 2024
1 parent 7060ce5 commit fa79507
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:

jobs:
ci_tests:
uses: peter-evans/repository-dispatch@v3
with:
event-type: ci_tests
runs-on: 'ubuntu-latest'
steps:
- uses: peter-evans/repository-dispatch@v3
with:
event-type: ci_tests

ci_release:
needs: ci_tests
Expand Down

0 comments on commit fa79507

Please sign in to comment.