Skip to content

Commit

Permalink
only run manually for now
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb authored May 29, 2024
1 parent 7baa6eb commit 5ae35bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
prepare:
if: ${{ false }}
if: ${{ github.event_name == "workflow_dispatch" }}
runs-on: ubuntu-latest
outputs:
tag: ${{ steps.prepare.outputs.tag }}
Expand Down

0 comments on commit 5ae35bb

Please sign in to comment.