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 1afb3ec commit 2f579d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ defaults:
jobs:
build:
runs-on: "ubuntu-latest"
continue-on-error: true
#continue-on-error: true
steps:
- name: say
run: echo ${{ inputs.state }}; [ ${{ inputs.state }} != "lfc" ]
cover:
runs-on: "ubuntu-latest"
needs: [build]
if: inputs.state == 'lfc' && always()
steps:
- name: sayok
Expand Down

0 comments on commit 2f579d4

Please sign in to comment.