Skip to content

Commit 24f44f0

Browse files
committed
final tests done
1 parent ed610c7 commit 24f44f0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/cloud-pods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
test-cloud-pod:
7070
name: Test Cloud Pod
71-
# needs: create-cloud-pod
71+
needs: create-cloud-pod
7272
runs-on: ubuntu-latest
7373
steps:
7474
- name: Checkout Code

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- 'README.md'
77
branches:
88
- main
9-
pull_request:
10-
branches:
11-
- main
129
schedule:
1310
# “At 00:00 on Sunday.”
1411
- cron: "0 0 * * 0"

0 commit comments

Comments
 (0)