Skip to content

Commit

Permalink
remove cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturomtz8 authored Dec 13, 2024
1 parent 1a8bb33 commit 3584716
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/run_dbt.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Run dbt

on:
schedule:
- cron: '10 4 * * *'

# on:
# push:
# branches:
# - main
push:
branches:
- main

env:
DBT_GOOGLE_PROJECT: ${{ secrets.DBT_ENV_SECRET_PROJECT_ID }}
Expand Down

0 comments on commit 3584716

Please sign in to comment.