Skip to content

Commit

Permalink
Added test trigger for Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen committed May 15, 2024
1 parent bb9055c commit f93aec9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test-dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Test for Dependabot

on:
pull_request:
branches: [main, "[0-9]+-[0-9]+-*"]
workflow_dispatch:

jobs:
dependabot-test:
name: Test for Dependabot
if: ${{ !startsWith(github.head_ref, 'workflows/tests/') && github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- run: exit 0

0 comments on commit f93aec9

Please sign in to comment.