We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5787d19 commit 4674c17Copy full SHA for 4674c17
.github/workflows/main.yml
@@ -22,6 +22,7 @@ jobs:
22
23
update-pull-request:
24
name: Update pull request
25
+ needs: check-workflows
26
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]' }}
27
uses: ./.github/workflows/update-pull-request.yml
28
with:
0 commit comments