Skip to content

Commit

Permalink
relax external_repo_compilation_report dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Dec 10, 2024
1 parent da6e410 commit 3068fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
overwrite: true

external_repo_compilation_report:
needs: [generate_compilation_report]
needs: [build-nargo]
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:

upload_compilation_report:
name: Upload compilation report
needs: [external_repo_compilation_report]
needs: [generate_compilation_report, external_repo_compilation_report]
runs-on: ubuntu-latest
permissions:
pull-requests: write
Expand Down

0 comments on commit 3068fd4

Please sign in to comment.