Skip to content

Merge pull request #12 from urcomputeringpal/jnewland-patch-1 #51

Merge pull request #12 from urcomputeringpal/jnewland-patch-1

Merge pull request #12 from urcomputeringpal/jnewland-patch-1 #51

Workflow file for this run

name: Flaky
on:
push:
workflow_dispatch:
jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Fail half of the time.
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
[ $((RANDOM % 2)) -eq 0 ]