1
0
Fork 0
selfhostblocks/.github/workflows/garnix.yaml
Workflow config file is invalid. Please check your config file: EOF
2024-08-14 21:03:02 -07:00

22 lines
525 B
YAML

# Leaving commented because it does not work.
#
# name: "Final Results"
#
# on:
# check_suite:
# types: [completed]
#
# jobs:
# results:
# name: Final Results
# runs-on: ubuntu-latest
# steps:
# - run: echo
# - run: exit 1
# # see https://stackoverflow.com/a/67532120/4907315
# if: >-
# ${{
# contains(needs.*.result, 'failure')
# || contains(needs.*.result, 'cancelled')
# || contains(needs.*.result, 'skipped')
# }}