Skip to content

Commit ea4ee20

Browse files
committed
Renamed unit test .yml file to .github/workflows/run_unit_tests_on_docker.yml and added rule to run schedule before any PRs are approved for merge
1 parent 94fcc18 commit ea4ee20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/snowflake-docker.yml renamed to .github/workflows/run_unit_tests_on_docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
pull_request:
8+
79

810
jobs:
911
run-scripts:

0 commit comments

Comments
 (0)