We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed610c7 commit 24f44f0Copy full SHA for 24f44f0
.github/workflows/cloud-pods.yml
@@ -68,7 +68,7 @@ jobs:
68
69
test-cloud-pod:
70
name: Test Cloud Pod
71
- # needs: create-cloud-pod
+ needs: create-cloud-pod
72
runs-on: ubuntu-latest
73
steps:
74
- name: Checkout Code
.github/workflows/main.yml
@@ -6,9 +6,6 @@ on:
6
- 'README.md'
7
branches:
8
- main
9
- pull_request:
10
- branches:
11
- - main
12
schedule:
13
# “At 00:00 on Sunday.”
14
- cron: "0 0 * * 0"
0 commit comments