Skip to content

Commit 3d36e2d

Browse files
authored
chore: exclude dependabot
1 parent 62ac874 commit 3d36e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
to_git-c3voc-de:
1010
# only run on github, but not on our forgeio instance
11-
if: github.server_url == 'https://github.com'
11+
if: github.server_url == 'https://github.com' && github.actor != 'dependabot[bot]'
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)