We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c4970 commit 97aa22aCopy full SHA for 97aa22a
.github/workflows/release_build_and_test.yml
@@ -13,6 +13,9 @@ on:
13
workflow_uuid:
14
description: 'Optional UUID to identify this workflow run'
15
required: false
16
+ push:
17
+ branches:
18
+ - release-test
19
20
# UUID is used to help automation to identify workflow run in the list of workflow runs.
21
run-name: "Release Build and Test${{ github.event.inputs.workflow_uuid && format(': {0}', github.event.inputs.workflow_uuid) || '' }}"
@@ -21,6 +24,11 @@ jobs:
24
prepare-release:
22
25
runs-on: ["ubuntu-latest"]
23
26
steps:
27
+ - name: Fail
28
+ shell: bash
29
+ run: |
30
+ exit 11
31
+
32
- name: Checkout code
33
uses: actions/checkout@v4
34
0 commit comments