Skip to content

Commit

Permalink
.github: main.yaml publish RCPs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielratiu committed Nov 21, 2024
1 parent ea84bcc commit edb7d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
publish_rcps:
# Only publish on push (to maintenance or master) or on dispatch if requested
if: ${{ github.event_name == 'workflow_dispatch' && inputs.publish_rcp == 'true' }}
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.publish_rcp == 'true' }}

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit edb7d2e

Please sign in to comment.