Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspermarstal committed Jan 16, 2024
1 parent 92d5203 commit a6ce0ff
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: PL/PRQL

on:
schedule:
- cron: '0 7 * * MON-FRI'
# schedule:
# - cron: '0 7 * * MON-FRI'
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main

env:
RUST_BACKTRACE: 1
Expand Down

0 comments on commit a6ce0ff

Please sign in to comment.