Skip some CI jobs for dependabot

This commit is contained in:
Ben Johnson
2022-01-31 12:41:07 -07:00
parent 5d811f2e39
commit a2cf2e260b
2 changed files with 5 additions and 1 deletions

View File

@@ -126,7 +126,7 @@ jobs:
asset_content_type: application/octet-stream
- name: Dispatch test runner
if: matrix.deploy_test_runner
if: matrix.deploy_test_runner && github.actor != 'dependabot'
run: sleep 60 && gh workflow run deploy.yml -R benbjohnson/litestream-test-runner -f run_id=${{ github.run_id }} -f litestream_version=${{ github.sha }}
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}