chore(actions): try to make it not spam

This commit is contained in:
omo50
2026-03-14 13:59:11 -06:00
parent 0d2ee4ec39
commit 95ab71fc3a
3 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ on:
jobs:
check-tag:
if: (github.event_name == 'release' && startsWith(github.event.release.tag_name, 'SL')) || (github.event_name == 'workflow_dispatch')
runs-on: technocality
outputs:
should_run: ${{ steps.check.outputs.should_run }}