We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5d8ee commit 01d096fCopy full SHA for 01d096f
.github/workflows/deploy-docs-staging.yaml
@@ -3,11 +3,11 @@ name: Deploy MkDocs Site to S3
3
on:
4
push:
5
branches:
6
- - dev # Change this to your deployment branch
+ - update_workflow_assume_role # Change this to your deployment branch
7
8
jobs:
9
deploy:
10
- runs-on: ubuntu-latest
+ runs-on: org-openobserve-standard-4
11
12
steps:
13
- name: Checkout source code
0 commit comments