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 b96cc09 commit 7343cc3Copy full SHA for 7343cc3
.github/workflows/docker.yml
@@ -1,6 +1,11 @@
1
name: Test with Docker
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ pull_request:
6
+ schedule:
7
+ - cron: '0 10 * * 3'
8
+
9
10
jobs:
11
test:
.github/workflows/generate.yml
@@ -1,6 +1,10 @@
name: Generate a demo project
generate:
.github/workflows/kubernetes.yml
name: Test with Kubernetes
0 commit comments