Skip to content

Commit

Permalink
Skip build and test on dependabot (opensearch-project#1170)
Browse files Browse the repository at this point in the history
* Skip build and test on dependabot

Signed-off-by: Matt Provost <[email protected]>

* Update changelog

Signed-off-by: Matt Provost <[email protected]>

---------

Signed-off-by: Matt Provost <[email protected]>
  • Loading branch information
BSFishy authored Dec 12, 2023
1 parent 351046d commit 1f661f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and test

on:
push:
branches: ['**', '!backport/**', '!whitesource-remediate/**']
branches: ['**', '!backport/**', '!dependabot/**', '!whitesource-remediate/**']
paths-ignore:
- '**/*.md'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
### 🚞 Infrastructure

- Add integration test with OSD workflows ([#1017](https://github.com/opensearch-project/oui/pull/1017))
- Skip build and test workflows on dependabot PR ([#1170](https://github.com/opensearch-project/oui/pull/1170))

### 📝 Documentation

Expand Down

0 comments on commit 1f661f1

Please sign in to comment.