Skip some CI jobs for dependabot
This commit is contained in:
2
.github/workflows/release.linux.yml
vendored
2
.github/workflows/release.linux.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user