Skip to content

Commit 2106b07

Browse files
Rename and use the default ref instead of having a workflow_dispatch option
1 parent 817dc52 commit 2106b07

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Diff for: .github/workflows/blank.yml renamed to .github/workflows/update-lkg.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
name: Update LKG
22

33
on:
4-
workflow_dispatch:
5-
inputs:
6-
branchName:
7-
description: "The name of the branch you'd like to update the Last Known Good (LKG) version of the compiler on."
8-
required: true
9-
default: "master"
4+
workflow_dispatch: {}
105

116
jobs:
127
build:
138
runs-on: ubuntu-latest
149

1510
steps:
1611
- uses: actions/checkout@v2
17-
with:
18-
ref: ${{ github.event.inputs.branchName }}
1912
- name: Use node version 12
2013
uses: actions/setup-node@v1
2114
with:

0 commit comments

Comments
 (0)