Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: tnazarew <[email protected]>
  • Loading branch information
tnazarew committed Oct 24, 2024
1 parent 39bfa1f commit 959aa68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ jobs:
uses: ./.github/workflows/generate_compatibility_tables.yml

update_report:
needs: collect-and-compare-reports
needs:
- collect-and-compare-reports
- generate-compatibility-tables
if: ${{ !failure() }}
uses: ./.github/workflows/update_repo_files.yml

Expand Down

0 comments on commit 959aa68

Please sign in to comment.