Skip to content

Commit

Permalink
Ci revival
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-corregiari committed Nov 8, 2023
1 parent 0144288 commit 70d78f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
test:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
needs: lint
needs: pre-build
strategy:
matrix:
module: ${{fromJSON(needs.pre-build.outputs.modules)}}
Expand All @@ -99,7 +99,7 @@ jobs:
build:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
needs: test
needs: pre-build
strategy:
matrix:
module: ${{fromJSON(needs.pre-build.outputs.modules)}}
Expand Down

0 comments on commit 70d78f6

Please sign in to comment.