Skip to content

Commit c21fae3

Browse files
committed
refactor: renaming scheduled to nightly
1 parent 53e75bf commit c21fae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scheduled-docker-builds.yml renamed to .github/workflows/nightly-docker-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Scheduled Docker Builds
1+
name: Nightly Docker Builds
22

33
on:
44
schedule:
55
- cron: "0 2 * * *"
66
workflow_dispatch:
77

88
jobs:
9-
docker-scheduled-build:
9+
nightly-docker-build:
1010
runs-on: ubuntu-22.04
1111
strategy:
1212
fail-fast: false

0 commit comments

Comments
 (0)