Skip to content

Commit

Permalink
Merge pull request #7 from a-masterov/a-masterov-patch-2
Browse files Browse the repository at this point in the history
Update cet.yml
  • Loading branch information
a-masterov authored Dec 5, 2024
2 parents fe40060 + 01e4a55 commit 850901f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cet.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Test
on:
workflow_dispatch: # adds ability to run this manually
inputs:
run_s2:
description: Run Step2
required: false
default: false
type: boolean
defaults:
run:
shell: bash -euxo pipefail {0}
Expand All @@ -13,6 +19,6 @@ jobs:
run: exit 0

- name: step2
if: false
if: ${{inputs.run_s2}}
run: exit 1

0 comments on commit 850901f

Please sign in to comment.