Skip to content

Commit

Permalink
ci: fix promote to stable for the content snap (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaDghosh authored Aug 16, 2024
1 parent 6819dc6 commit a6738a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote-to-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: |
( !github.event.issue.pull_request )
&& contains(github.event.comment.body, '/promote ')
&& contains(github.event.issue.body, '`webkitgtk-6-gnome-2404 `')
&& contains(github.event.issue.body, '`webkitgtk-6-gnome-2404`')
&& contains(github.event.*.labels.*.name, 'testing')
steps:
- name: ⬆️ Promote to stable
Expand Down

0 comments on commit a6738a0

Please sign in to comment.