Skip to content

Commit

Permalink
rename daily checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 22, 2024
1 parent f511e4c commit 8ad4412
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
# **when?**
# - scheduled with the repository variable DBT_SCHEDULED_TESTS_SCHEDULE
# - manually
name: "Scheduled tests"
name: "Daily checks"

on:
schedule:
- cron: ${{ vars.DBT_SCHEDULED_TESTS_SCHEDULE }}
- cron: ${{ vars.DBT_DAILY_CHECKS_SCHEDULE }}
workflow_dispatch:

permissions: read-all
Expand Down Expand Up @@ -48,8 +48,8 @@ jobs:
with:
branch: ${{ matrix.branch }}

verify-build-artifacts:
name: "Verify build artifacts"
build-artifacts:
name: "Build artifacts"
uses: dbt-labs/actions/.github/workflows/build-artifacts.yml@add-hatch-actions
strategy:
matrix:
Expand Down

0 comments on commit 8ad4412

Please sign in to comment.