Skip to content

Commit

Permalink
fix on rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Aug 14, 2023
1 parent ffa1904 commit a9b3a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
second_job:
runs-on: ubuntu-latest
needs: [release]
if: needs.release.outputs.release_type == 'production'
if: needs.release.outputs.release_type == 'release-candidate'
steps:
- name: print
run: echo 'well done'

0 comments on commit a9b3a4d

Please sign in to comment.