Skip to content

Commit 9bf1db2

Browse files
committed
Update nightly-build.yml
1 parent 6980c2c commit 9bf1db2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nightly-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
name: Nightly Build
44

55
on:
6-
schedule:
6+
# schedule:
77
# Fire every day at 7:00am UTC (Roughly before EU workday and after US workday)
8-
- cron: "0 7 * * *"
8+
# - cron: "0 7 * * *"
99
push:
1010
tags:
1111
- nightly
@@ -54,7 +54,7 @@
5454
build:
5555
timeout-minutes: 60
5656
runs-on: ubuntu-latest
57-
if: github.repository_owner == 'Acode-Foundation'
57+
# if: github.repository_owner == 'Acode-Foundation'
5858

5959
permissions:
6060
# contents write is needed to create Nightly Releases.
@@ -116,7 +116,7 @@
116116

117117
- name: Add keystore and build.json from secrets
118118
run: |
119-
echo "${{ secrets.KEYSTORE_CONTENT }}" | base64 -d > $STORE_FILE_PATH
119+
touch $STORE_FILE_PATH
120120
echo "${{ secrets.BUILD_JSON_CONTENT }}" | base64 -d > $BUILD_JSON_PATH
121121
echo "Keystore and build.json added successfully."
122122

0 commit comments

Comments
 (0)