Skip to content

Run github action step unconditionally #27220

Discussion options

You must be logged in to vote

Add an always() condition to step 2:

- name: upload build log
  if: ${{ always() }}
  # ...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants