Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov authored Nov 19, 2024
1 parent 4492b29 commit 659f0c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ jobs:
steps:
- name: say
run: echo ${{ inputs.state }}; [ ${{ inputs.state }} != "lfc" ]
cover:
runs-on: "ubuntu-latest"
if: inputs.state == 'lfc' && always()
steps:
- name: sayok
run: exit 0

0 comments on commit 659f0c9

Please sign in to comment.