Skip to content

Commit b5cc183

Browse files
committed
Adds empty workflow for testing with dispatch
1 parent c5b214c commit b5cc183

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Upgrade Golang
2+
3+
concurrency: Upgrade Golang 2
4+
5+
on:
6+
workflow_dispatch:
7+
8+
jobs:
9+
upgrade-golang:
10+
runs-on: ubuntu-latest
11+
12+
container:
13+
image: internalpcfplatformautomation/ci:testing
14+
15+
defaults:
16+
run:
17+
shell: bash
18+
19+
steps:
20+
- name: Checkout Om
21+
uses: actions/checkout@v2
22+
with:
23+
fetch-depth: 0
24+
path: om

0 commit comments

Comments
 (0)