mirror of https://github.com/databricks/cli.git
Enable integration workflows (#2086)
## Changes
This reverts commit 31552852ff
.
These workflows were disabled in #2085.
They should work again now that we're using self-hosted runners (see
#2077).
## Tests
(inline)
This commit is contained in:
parent
c262b30ef4
commit
3629c9e406
|
@ -6,14 +6,10 @@ name: PR Comment
|
|||
# DO NOT PULL THE PR OR EXECUTE ANY CODE FROM THE PR.
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
# Disable because of https://github.com/databricks/cli/issues/2084.
|
||||
#
|
||||
# pull_request_target:
|
||||
# types: [opened, reopened, synchronize]
|
||||
# branches:
|
||||
# - main
|
||||
pull_request_target:
|
||||
types: [opened, reopened, synchronize]
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
comment-on-pr:
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
name: integration-approve
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
# Disable because of https://github.com/databricks/cli/issues/2084.
|
||||
#
|
||||
# merge_group:
|
||||
merge_group:
|
||||
|
||||
jobs:
|
||||
# Trigger for merge groups.
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
name: integration-main
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
# Disable because of https://github.com/databricks/cli/issues/2084.
|
||||
#
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
# Trigger for pushes to the main branch.
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
name: integration-pr
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
# Disable because of https://github.com/databricks/cli/issues/2084.
|
||||
#
|
||||
# pull_request:
|
||||
# types: [opened, synchronize]
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
|
||||
jobs:
|
||||
# Trigger for pull requests.
|
||||
|
|
Loading…
Reference in New Issue