mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 10:19:54 +00:00
chore(ci): skip regression-test workflow if dependabot (#1911)
This commit is contained in:
1
.github/workflows/regression-test.yaml
vendored
1
.github/workflows/regression-test.yaml
vendored
@@ -14,6 +14,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
regression-test:
|
regression-test:
|
||||||
|
if: github.actor != 'dependabot[bot]'
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
timeout-minutes: 25
|
timeout-minutes: 25
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user