Skip to content

Commit b655e28

Browse files
Update jsons upload workflow (#8)
1 parent 53e060f commit b655e28

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/upload-json-to-gcloud.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Upload ZenAgents Library to Google Cloud Storage
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
@@ -9,10 +10,7 @@ on:
910

1011
jobs:
1112
upload-json-files:
12-
runs-on:
13-
group: buildfarm
14-
labels: "buildfarm-large"
15-
13+
runs-on: ubuntu-latest
1614
permissions:
1715
contents: read
1816
id-token: write

0 commit comments

Comments
 (0)