We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd4737 commit 4e90c89Copy full SHA for 4e90c89
2 files changed
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ on:
13
artifact-prefix:
14
description: build_charm.yaml `artifact-prefix` output
15
value: ${{ jobs.build.outputs.artifact-prefix }}
16
- pull_request:
+ # pull_request:
17
schedule:
18
- cron: "53 0 * * *" # Daily at 00:53 UTC
19
.github/workflows/tiobe_scan.yaml
@@ -4,6 +4,7 @@
4
name: TICS run self-hosted test (github-action)
5
6
on:
7
+ pull-request:
8
9
- cron: "0 2 * * 6" # Every Saturday 2:00 AM UTC
10
workflow_dispatch:
0 commit comments