Skip to content

Commit

Permalink
move schedule back into workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 22, 2024
1 parent e9d7bd7 commit e929fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-dev-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
# Ensure an automated and tested release process for nightly builds
#
# **when?**
# - daily based on DBT_DAILY_DEV_RELEASE_SCHEDULE
# - daily 9:00 AM UTC
# - manually
name: "Daily test releases"

on:
schedule:
- cron: ${{ vars.DBT_DAILY_DEV_RELEASE_SCHEDULE }}
- cron: 0 9 * * *
workflow_dispatch:

permissions:
Expand Down

0 comments on commit e929fd9

Please sign in to comment.