mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 10:11:52 +08:00
[Dependabot] [CI] Re-configure Dependabot and disable duplicate builds (#13359)
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
# Don't run CI for Dependabot branch pushes.
|
||||
- "dependabot/**"
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
# Git GITHUB_... variables are useful for translating Travis environment variables
|
||||
|
||||
Reference in New Issue
Block a user