Update instance runner for workflow

Small Linux runners are only supported within on-prem actions. This
change updates the workflow to use a public Linux runner.
pull/12258/head
Wilken Rivera 3 years ago committed by Wilken Rivera
parent 095959ed6d
commit a00eed90f4

@ -1,8 +1,8 @@
name: create a release branch
name: Create a release branch
on: [workflow_dispatch]
jobs:
create-branch:
runs-on: [linux, small]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hashicorp/actions-create-release-branch@v1

Loading…
Cancel
Save