diff --git a/.github/workflows/tagging.yml b/.github/workflows/tagging.yml index 7d0c33407..600bb4e22 100644 --- a/.github/workflows/tagging.yml +++ b/.github/workflows/tagging.yml @@ -14,7 +14,9 @@ concurrency: jobs: tag: environment: "release-is" - runs-on: ubuntu-latest + runs-on: + group: databricks-deco-testing-runner-group + labels: ubuntu-latest-deco steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index 4f9b25a4b..d2de00603 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -9,9 +9,10 @@ ### Documentation ### Exporter -* Refactor jobs implementation to use only Go SDK + + * Refactor jobs implementation to use only Go SDK ### Internal Changes -* Introduced new automated tagging workflow. At the time of this commit, -the workflow must be run manually. + * Introduced new automated tagging workflow. At the time of this commit, + the workflow must be run manually.