Skip to content

Commit

Permalink
Schedule daily run.
Browse files Browse the repository at this point in the history
  • Loading branch information
gftea committed Jan 30, 2024
1 parent fe89aca commit 6252556
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: ci
run-name: "Regression Test"

# on: [push, workflow_dispatch]

on:
schedule:
- cron: '30 1 * * *'

push:
branches: ["main"]
paths-ignore:
Expand All @@ -12,6 +14,7 @@ on:
- 'rabbitmq_spec/**'
- 'prepare_release.sh'
- 'regression_test.sh'

workflow_dispatch:

pull_request:
Expand Down

0 comments on commit 6252556

Please sign in to comment.