From deff5f3f85e46ff31c8ea9ec22334119b8ad3d22 Mon Sep 17 00:00:00 2001 From: khoilen Date: Fri, 10 Jan 2025 13:29:54 +0700 Subject: [PATCH] feat: comment --- .github/workflows/publish-nt-css.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish-nt-css.yml b/.github/workflows/publish-nt-css.yml index 0d29ad7..ed46309 100644 --- a/.github/workflows/publish-nt-css.yml +++ b/.github/workflows/publish-nt-css.yml @@ -6,14 +6,14 @@ on: types: [closed] jobs: - build-and-publish: - if: > - (github.event_name == 'workflow_dispatch' || - (github.event.pull_request.merged == true && - github.event.pull_request.base.ref == 'main' && - contains(github.event.pull_request.head.ref, 'bump-nt-stylesheet'))) - runs-on: - ubuntu-latest + # build-and-publish: + # if: > + # (github.event_name == 'workflow_dispatch' || + # (github.event.pull_request.merged == true && + # github.event.pull_request.base.ref == 'main' && + # contains(github.event.pull_request.head.ref, 'bump-nt-stylesheet'))) + # runs-on: + # ubuntu-latest # steps: # - name: Checkout repository # uses: actions/checkout@v4