We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61800c commit 51d7e54Copy full SHA for 51d7e54
2 files changed
.github/workflows/automatic-promotion.yaml
@@ -1,8 +1,8 @@
1
# Copyright 2026 Canonical Ltd.
2
# See LICENSE file for licensing details.
3
-
4
name: Automatic promotion of bundle revisions
5
on:
+ pull_request:
6
workflow_dispatch:
7
inputs:
8
@@ -43,8 +43,6 @@ on:
43
default: true
44
type: boolean
45
46
-name: Automatic promotion of bundle revisions
47
48
jobs:
49
generate-revisions:
50
name: Generate tfvars revisions
.github/workflows/on_pull_request.yaml
@@ -16,5 +16,6 @@ on:
16
17
tests:
18
name: Run CI tests on a PR
19
+ if: false
20
uses: ./.github/workflows/ci-tests-minimal.yaml
21
secrets: inherit
0 commit comments