From 25038944beb2ff87b58afc8c0319084e6f6a658e Mon Sep 17 00:00:00 2001 From: Tam Nguyen Minh Date: Tue, 1 Aug 2023 14:43:26 +0700 Subject: [PATCH] [#255] Change permission_handler to ^10.4.0 for testing --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7f67865..1b3dcb02 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -91,14 +91,13 @@ jobs: # The job generate_sample_project identify that the job generate_mason_bundle must complete successfully # before this generate_sample_project job will run needs: generate_mason_bundle - # Run on merge commits only - # if: ${{ contains(github.event.head_commit.message, 'Merge pull request') || (github.event.head_commit.author.email != 'bot@nimblehq.co') }} name: Generate the sample project runs-on: ubuntu-latest timeout-minutes: 30 steps: - name: Check out uses: actions/checkout@v3 + ref: ${{ github.ref }} with: token: ${{ secrets.WIKI_ACTION_TOKEN }}