Skip to content

Commit 4ffceb3

Browse files
authored
exclude dependabot push
1 parent fa964bb commit 4ffceb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-on-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
build-test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.actor != 'dependabot[bot]' }}
1112
steps:
1213
- name: Checkout repository
1314
uses: actions/checkout@v4

0 commit comments

Comments
 (0)