Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit b6c89bf

Browse files
authored
👷 Remove dependabot if condition from reusable workflow
1 parent 31e9691 commit b6c89bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎.github/workflows/reusable-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ on:
1616

1717
jobs:
1818
build:
19-
2019
name: Build and analyze
2120
runs-on: ubuntu-latest
22-
if: ${{ github.actor != 'dependabot[bot]' }}
23-
2421
steps:
2522
- uses: actions/checkout@v2
2623
- name: Set up JDK 11

0 commit comments

Comments
 (0)