Skip to content

Commit

Permalink
ci: add needs key to push job
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Dec 2, 2023
1 parent 1c9fd70 commit e5d3c0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/commit-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
permissions:
contents: write
if: "inputs.push"
needs:
- generate
steps:
- name: Checkout test_results
uses: actions/checkout@v4
Expand Down

0 comments on commit e5d3c0d

Please sign in to comment.