Skip to content

Commit

Permalink
ci: verify new vars
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Dec 16, 2023
1 parent dc2d678 commit fbeea2e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/nightly-docker-build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Nighly Docker Build

on:
schedule:
- cron: '15 22 * * 1-5' # 22:15 UTC, Monday through Friday
workflow_dispatch:
# schedule:
# - cron: '15 22 * * 1-5' # 22:15 UTC, Monday through Friday
# workflow_dispatch:
push:
branches-ignore:
- "master"

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fbeea2e

Please sign in to comment.