comment out final results job for now
This commit is contained in:
parent
9d0b56c6b8
commit
af406961d0
1 changed files with 22 additions and 20 deletions
42
.github/workflows/garnix.yaml
vendored
42
.github/workflows/garnix.yaml
vendored
|
@ -1,20 +1,22 @@
|
||||||
name: "Final Results"
|
# Leaving commented because it does not work.
|
||||||
|
#
|
||||||
on:
|
# name: "Final Results"
|
||||||
check_suite:
|
#
|
||||||
types: [completed]
|
# on:
|
||||||
|
# check_suite:
|
||||||
jobs:
|
# types: [completed]
|
||||||
results:
|
#
|
||||||
name: Final Results
|
# jobs:
|
||||||
runs-on: ubuntu-latest
|
# results:
|
||||||
steps:
|
# name: Final Results
|
||||||
- run: echo
|
# runs-on: ubuntu-latest
|
||||||
- run: exit 1
|
# steps:
|
||||||
# see https://stackoverflow.com/a/67532120/4907315
|
# - run: echo
|
||||||
if: >-
|
# - run: exit 1
|
||||||
${{
|
# # see https://stackoverflow.com/a/67532120/4907315
|
||||||
contains(needs.*.result, 'failure')
|
# if: >-
|
||||||
|| contains(needs.*.result, 'cancelled')
|
# ${{
|
||||||
|| contains(needs.*.result, 'skipped')
|
# contains(needs.*.result, 'failure')
|
||||||
}}
|
# || contains(needs.*.result, 'cancelled')
|
||||||
|
# || contains(needs.*.result, 'skipped')
|
||||||
|
# }}
|
||||||
|
|
Loading…
Reference in a new issue