mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
chore(actions): try to make it not spam
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user