Skip to content

Test base PR for # (75a200cc32fe5461191bcc382eda5094b83299c3) #2308

Test base PR for # (75a200cc32fe5461191bcc382eda5094b83299c3)

Test base PR for # (75a200cc32fe5461191bcc382eda5094b83299c3) #2308

name: Build for Dependabot
on:
push:
branches: [main]
pull_request:
branches: [main, '[0-9]+-[0-9]+-*']
workflow_dispatch:
jobs:
build-dependabot:
name: Build for Dependabot
if: ${{ !startsWith(github.head_ref, 'workflows/tests/') && github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- run: exit 0