commit bb3fa9780c93f1bc735f2a12bea9562c4f45facd
parent 5164239e657196d2b6c289aca10f056e6c2d2594
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 11 Oct 2023 15:28:30 +0200
fix force deploy job
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/force_deploy.yml b/.github/workflows/force_deploy.yml
@@ -10,7 +10,6 @@ jobs:
pull-requests: write
contents: read
statuses: write
- needs: linting
if: github.event.issue.pull_request && contains(github.event.comment.body, '/force_deploy' && (contains(github.event.comment.author_association, 'OWNER') || contains(github.event.comment.author_association, 'MEMBER')))
runs-on: ubuntu-latest
steps: