Skip to content

Commit 0e65f74

Browse files
committed
Fake release_publish run
1 parent 97aa22a commit 0e65f74

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release_publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
workflow_uuid:
1212
description: 'Optional UUID to identify this workflow run'
1313
required: false
14+
push:
15+
branches:
16+
- release-test
1417

1518
env:
1619
TARGET_OFFICIAL_IMAGES_REPO: docker-library/official-images
@@ -26,6 +29,11 @@ jobs:
2629
publish-release:
2730
runs-on: ["ubuntu-latest"]
2831
steps:
32+
- name: Fail
33+
shell: bash
34+
run: |
35+
exit 22
36+
2937
- name: Checkout code
3038
uses: actions/checkout@v4
3139

0 commit comments

Comments
 (0)