Skip to content

Commit

Permalink
fix: update runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
gamunu committed Mar 4, 2024
1 parent 5a8322e commit 9beba45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
* @hashicorp/tf-editor-experience-engineers

# release configuration
/.release/ @hashicorp/release-engineering @hashicorp/tf-editor-experience-engineers
/.github/workflows/build.yml @hashicorp/release-engineering @hashicorp/tf-editor-experience-engineers
* @gamunu
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
release:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9beba45

Please sign in to comment.