We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ac874 commit 3d36e2dCopy full SHA for 3d36e2d
.github/workflows/main.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
to_git-c3voc-de:
10
# only run on github, but not on our forgeio instance
11
- if: github.server_url == 'https://github.com'
+ if: github.server_url == 'https://github.com' && github.actor != 'dependabot[bot]'
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
0 commit comments