chore(ci): skip regression-test workflow if dependabot (#1911)

This commit is contained in:
Ethan Mosbaugh
2025-10-29 10:53:21 -07:00
committed by GitHub
parent 8197ddecfe
commit de1e3f4936

View File

@@ -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