Skip to content

Commit

Permalink
build: use if to filter dependabot prs (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
chideat authored Aug 29, 2024
1 parent 03fc622 commit a66347e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/dependabot-pipeline.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/pr-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:

build:
name: Build and push Docker image
if: "!startsWith(github.head_ref, 'dependabot/')"
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand Down

0 comments on commit a66347e

Please sign in to comment.