Skip to content

Commit

Permalink
[Internal] Set runs-on to use our internal runners (#4403)
Browse files Browse the repository at this point in the history
## Changes
The `tagging` workflow needs to run on our hosted runners because it
uses an Github app with IP whitelisting.

## Tests
<!-- 
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->

- [ ] `make test` run locally
- [ ] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] using Go SDK
- [ ] using TF Plugin Framework
  • Loading branch information
mgyucht authored Jan 16, 2025
1 parent 04d19e8 commit ce43dac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ce43dac

Please sign in to comment.