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 5e86536 commit 8d75e79Copy full SHA for 8d75e79
.github/workflows/build.yml
@@ -99,7 +99,7 @@ jobs:
99
needs: build
100
runs-on: ubuntu-latest
101
102
- if: (!cancelled() && github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]')
+ if: (!cancelled() && github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]' && !contains(github.event.pull_request.labels.*.name, 'github_actions'))
103
104
permissions:
105
contents: write
0 commit comments