Skip to content

Commit

Permalink
fix: change label conditions
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree committed Feb 10, 2024
1 parent e7715e1 commit 483a765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
Deploy:
s if: |
if: |
github.event.label.name == 'sandbox'
uses: ./.github/workflows/call-deploy.yml
secrets:
Expand Down

0 comments on commit 483a765

Please sign in to comment.