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 fa964bb commit 4ffceb3Copy full SHA for 4ffceb3
.github/workflows/ci-on-push.yml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
build-test:
10
runs-on: ubuntu-latest
11
+ if: ${{ github.actor != 'dependabot[bot]' }}
12
steps:
13
- name: Checkout repository
14
uses: actions/checkout@v4
0 commit comments