Skip to content

Commit

Permalink
chore: trigger on push for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed Sep 29, 2023
1 parent c9dec26 commit 8c0b84b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run_use_cases_examples.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Run Use Case Examples
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * MON' # Scheduled trigger every Monday at midnight
push:
# workflow_dispatch:
# schedule:
# - cron: '0 0 * * MON' # Scheduled trigger every Monday at midnight

concurrency:
group: ${{ github.ref }}
Expand Down

0 comments on commit 8c0b84b

Please sign in to comment.