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:
Pieter Noordhuis 2025-01-06 17:07:15 +01:00 committed by GitHub
parent c262b30ef4
commit 3629c9e406
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 26 deletions

View File

@ -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:

View File

@ -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.

View File

@ -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.

View File

@ -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.