Skip to content

Commit

Permalink
fix CI + create dependencies between workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Labarussias <[email protected]>
  • Loading branch information
Issif committed Oct 15, 2023
1 parent daf60f7 commit 7265b3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ permissions:

jobs:
lint:
uses: ./lint.yaml
uses: ./lint.yaml@main
test:
uses: ./test.yaml
uses: ./test.yaml@main
main:
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ permissions:

jobs:
lint:
uses: ./lint.yaml
uses: ./lint.yaml@main
test:
uses: ./test.yaml
uses: ./test.yaml@main
release:
strategy:
matrix:
Expand Down

0 comments on commit 7265b3a

Please sign in to comment.