Skip to content

Commit 51d7e54

Browse files
committed
test
1 parent c61800c commit 51d7e54

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/automatic-promotion.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright 2026 Canonical Ltd.
22
# See LICENSE file for licensing details.
3-
43
name: Automatic promotion of bundle revisions
54
on:
5+
pull_request:
66
workflow_dispatch:
77
inputs:
88

@@ -43,8 +43,6 @@ on:
4343
default: true
4444
type: boolean
4545

46-
name: Automatic promotion of bundle revisions
47-
4846
jobs:
4947
generate-revisions:
5048
name: Generate tfvars revisions

.github/workflows/on_pull_request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ on:
1616
jobs:
1717
tests:
1818
name: Run CI tests on a PR
19+
if: false
1920
uses: ./.github/workflows/ci-tests-minimal.yaml
2021
secrets: inherit

0 commit comments

Comments
 (0)