Skip to content

Commit dd6e37d

Browse files
committed
chore(layers): add dummy v2 layer automation
1 parent 2e20eea commit dd6e37d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Deploy v2 layer to all regions
2+
3+
permissions:
4+
id-token: write
5+
contents: read
6+
7+
on:
8+
workflow_dispatch:
9+
inputs:
10+
latest_published_version:
11+
description: "Latest PyPi published version to rebuild latest docs for, e.g. v1.22.0"
12+
required: true
13+
14+
jobs:
15+
dummy:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Hello world
19+
run: echo "hello world"

0 commit comments

Comments
 (0)