Skip to content

Commit e577435

Browse files
committed
ci test: don't run duplicated jobs for Dependabot
1 parent 274d720 commit e577435

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
name: test
15+
name: Test
1616
on:
17-
- push
18-
- pull_request
17+
push:
18+
branches-ignore:
19+
- "dependabot/**"
20+
pull_request:
1921
jobs:
2022
test:
2123
name: Test

0 commit comments

Comments
 (0)