Skip to content

Commit de1e3f4

Browse files
authored
chore(ci): skip regression-test workflow if dependabot (#1911)
1 parent 8197dde commit de1e3f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/regression-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414

1515
jobs:
1616
regression-test:
17+
if: github.actor != 'dependabot[bot]'
1718
runs-on: ubuntu-22.04
1819
timeout-minutes: 25
1920

0 commit comments

Comments
 (0)