Skip to content

Commit 97aa22a

Browse files
committed
Fake workflow run
1 parent 88c4970 commit 97aa22a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release_build_and_test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
workflow_uuid:
1414
description: 'Optional UUID to identify this workflow run'
1515
required: false
16+
push:
17+
branches:
18+
- release-test
1619

1720
# UUID is used to help automation to identify workflow run in the list of workflow runs.
1821
run-name: "Release Build and Test${{ github.event.inputs.workflow_uuid && format(': {0}', github.event.inputs.workflow_uuid) || '' }}"
@@ -21,6 +24,11 @@ jobs:
2124
prepare-release:
2225
runs-on: ["ubuntu-latest"]
2326
steps:
27+
- name: Fail
28+
shell: bash
29+
run: |
30+
exit 11
31+
2432
- name: Checkout code
2533
uses: actions/checkout@v4
2634

0 commit comments

Comments
 (0)