Skip to content

Commit c7053bf

Browse files
committed
build-docker-BasicBuilds
1 parent 6f9ed9b commit c7053bf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name: Nightly
33

44
# This job is run at 00:00 UTC every day or on demand.
5-
on:
6-
workflow_dispatch:
7-
schedule:
8-
- cron: '0 0 * * *'
5+
on: workflow_call
6+
# workflow_dispatch:
7+
# schedule:
8+
# - cron: '0 0 * * *'
99

1010
permissions:
1111
contents: read
@@ -52,7 +52,6 @@ jobs:
5252

5353
build-docker-BasicBuilds:
5454
name: Build Docker image
55-
needs: [FastBuild]
5655
runs-on: ubuntu-latest
5756
steps:
5857
- name: Checkout repository

0 commit comments

Comments
 (0)