mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore: skip dogfood workflow for dependabot PRs (#14111)
This commit is contained in:
@@ -10,8 +10,6 @@ on:
|
||||
- "flake.lock"
|
||||
- "flake.nix"
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- "dependabot/**"
|
||||
paths:
|
||||
- "dogfood/**"
|
||||
- ".github/workflows/dogfood.yaml"
|
||||
@@ -21,6 +19,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build_image:
|
||||
if: github.actor != 'dependabot[bot]' # Skip Dependabot PRs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user