Skip to content

Commit 15f9800

Browse files
authored
Update build_cloud.yaml
1 parent 6c67f78 commit 15f9800

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/build_cloud.yaml

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
name: auto_downport
1+
name: build_cloud
22

33
on:
4-
push:
5-
branches: [main]
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 * * *'
67

78
jobs:
8-
auto_downport:
9+
build_cloud:
910
runs-on: ubuntu-latest
1011
timeout-minutes: 10
1112
steps:
@@ -29,12 +30,12 @@ jobs:
2930
git add *
3031
git commit -m "Downport changes"
3132
32-
- name: Switch to Branch 702
33-
run: git checkout -b 702
33+
- name: Switch to Branch cloud
34+
run: git checkout -b cloud
3435

3536
- name: Push Changes
3637
uses: ad-m/github-push-action@v0.6.0
3738
with:
3839
github_token: ${{ secrets.GITHUB_TOKEN }}
3940
branch: cloud
40-
force: true
41+
force: true

0 commit comments

Comments
 (0)